Remove Member
Members
Remove Member
Remove a member from the organization
DELETE
Remove Member
Removes a member from the organization. You cannot remove the organization owner (transfer ownership first) or yourself (use “leave organization” instead). Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
members:remove permission.
Auth
Requires a valid Bearer token with
members:remove permission.Path Parameters
Organization identifier.
Membership identifier of the member to remove.
Response
Confirmation message.
Errors
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Cannot remove the owner or yourself |
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | Insufficient permissions (members:remove required) |
404 | NOT_FOUND | Member not found in this organization |

