Remove an organization member or request an organization admin to do it
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$userIdstringRequired
The unique ID of the User
Responses
202
The removal request was sent to the organization administrators.
No content
204
Member did not exist in the organization.
205
The member was deleted from the organization.
delete/orgs/{organizationId}/members/{userId}
No content
Last updated
Was this helpful?