Remove User
Remove a user from the organization.
Request schema
Path parameters
user_id
integerrequired
ID of the user
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
DELETE
https://app.getcensus.com/api/v1/users/{user_id}
DELETE /api/v1/users/{user_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
success
200
status
stringrequired
Outcome of deletion request
enum:
property name *
undefined
additional property
{ "status": "deleted" }