DevelopersAPI referenceAuth & accountsMembers
Remove a member (or leave)
Team orgs only. Self-removal needs no permission; removing others needs org.members.manage; removing an owner is owner-only and the last owner 409s. Cleans up team memberships and default-org pointers.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
uid*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/orgs/string/members/string"{ "message": "string"}