Skip to main content
DELETE
/
members
/
{memberId}
Delete user membership from being an admin of an organization
curl --request DELETE \
  --url https://app.dynamicauth.com/api/v0/members/{memberId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

memberId
string
required
Required string length: 36
Example:

Response