Delete an organization user
Permanently deletes an organization user. It cannot be undone.
DELETE/v3/organizations/{organizationId}/users/{id}
JWT
organization:user:delete
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| organizationId* | string | path | |
| id* | string | path | Unique identifier for the organization user. |
Responses
204
401
403
404
409
429
500