v4
latestOpenAPI 3.1.02026-08-02261331761.5 KBMembers
Remove member
Deletes an account member matching the given id or email address. The member will be removed from the active account in permit.io.
If the member is the only member in its account (organization), returns 400 (bad request), due to nobody remains with access to the account, meaning deletion of the entire account (org). To completely remove an account, call DELETE /orgs/{org}.
delete/v2/members/{member_id}
Path parameters
member_idstring required
Either the unique id (UUID) of the account member, or the email address of the account member.
Either the unique id (UUID) of the account member, or the email address of the account member.
Response
Successful Response