Skip to content

Completely remove a user from the system

Request

Permanently remove a User and their details from all Programs. A non-existent user, or a user that's already been forgotten, will return a 204.

Security
oauth2_as_a_server(Required scopes: users.write) or oauth2_as_a_user(Required scopes: users.write)
Path
user_idstringrequired

Identifier of the user to delete. It could be used either the user's id, universal identifier, an email address, or external Id. The look up will be done in the above mentioned order.

curl -i -X DELETE \
  'https://partner.socialchorus.com/scim/v2/Users/{user_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Success

Response
No content