cURL
curl --request DELETE \ --url https://api.example.com/api/v2/users/{user_id} \ --header 'Content-Type: application/json' \ --data '{}'
{}
Remove a user from your workspace. Requires account admin role. Use for offboarding or access revocation.
The body is of type EmptyRequest · object.
EmptyRequest · object
EmptyResponse()
The response is of type EmptyResponse · object.
EmptyResponse · object