DELETE /api/v1/members/{id}
Requires members.remove permission. Removes the specified membership record from the current organization.
Path parameters
UUID of the membership record to remove.
Response
Always
true on success.Errors
| Status | When |
|---|---|
400 | Invalid path parameter |
401 | Missing or invalid Bearer token |
403 | Caller lacks members.remove permission |
404 | Member not found |
409 | Cannot remove the last owner of an organization |