cURL
curl --request DELETE \ --url https://app.getcensus.com/api/v1/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "status": "deleted" }
Remove a user from the organization.
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
ID of the user
success
The response is of type object.
object
Was this page helpful?