Remove Organization Member
DELETE
/organization/{id}/members/{accountId}
Removes a member from the organization. Only organization owners can remove members.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
id*
The unique identifier of the organization
Type
Requiredstring
accountId*
The unique identifier of the member to remove
Type
Requiredstring
Responses
Member successfully removed
application/json
JSON
{
}
