Remove member API Reference
DELETE /tenants/{tenant}/members/{email}
DELETE
/tenants/{tenant}/members/{email}
Remove a member from the tenant. You cannot remove yourself. The member will immediately lose access to all tenant resources. This action cannot be undone — the member must be re-added.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
email
required
string
Member email address (URL-encoded)
Header Parameters
Section titled “Header Parameters ” If-Match
string
ETag for optimistic locking
Responses
Section titled “ Responses ”Member removed
Cannot remove yourself
object
code
string
error
string
field
string
message
string
severity
string
Missing or invalid authentication
object
code
string
error
string
field
string
message
string
severity
string
Admin access required
object
code
string
error
string
field
string
message
string
severity
string
Member not found
object
code
string
error
string
field
string
message
string
severity
string
ETag mismatch
object
code
string
error
string
field
string
message
string
severity
string
Rate limit exceeded
object
code
string
error
string
field
string
message
string
severity
string