Delete workspace user
Removes a specific user from the workspace. Does not delete the user from the organization
Request schema
Path parameters
workspace_id
integerrequired
ID of the workspace
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/workspaces/{workspace_id}/users/{user_id}
DELETE /api/v1/workspaces/{workspace_id}/users/{user_id} HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully deleted the workspace user.
404
Resource not found.
200
status
stringrequired
The outcome of the deletion request
enum:
404
status
integer
HTTP status code.
enum:
{ "status": "deleted" }