Remove a coworker from the organization. Requires users.delete permission.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
string | yes | The unique identifier of the record |
Responses
| Status | Description |
|---|---|
| 204 | An empty response body indicating that the coworker has been removed |
| 403 | The requesting user lacks appropriate permissions |
| 404 | The coworker was not found |