Delete Organization User
DELETE
/v1/organization_users/{userId}The Delete Organization User API removes a specific user from the organization, identified by userId. This action revokes the user’s access to the organization and its resources, effectively deleting their account within the organization’s system. This API is essential for managing user access and maintaining the security of the organization’s data.
Request
Path Params
userId
string
required
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : Rawtext/plain
Example
Not configured
Last modified: 3 months ago