Skip to content

Delete tenant membership

DELETE
/tenants/{id}/memberships/{user_email}
curl --request DELETE \
--url https://api.muninx.com/tenants/example/memberships/example \
--header 'Authorization: Bearer <token>'

Removes a user from one tenant after revoking that tenant’s API tokens. It does not delete the root account or memberships in other tenants.

id
required
string

Tenant organization ID

user_email
required
string

User email

No Content

Bad Request

Media type application/json
object
key
additional properties
any
Example generated
{}

Forbidden

Media type application/json
object
key
additional properties
any
Example generated
{}

Not Found

Media type application/json
object
key
additional properties
any
Example generated
{}

Internal Server Error

Media type application/json
object
key
additional properties
any
Example generated
{}