Membership
Delete membership record
Removes a member from a resource. Requires `canDeleteMember`. Owner records cannot be deleted. Responds with an empty 200 body.
Removes a member from a resource. Requires canDeleteMember. Owner records cannot be deleted. Responds with an empty 200 body.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
membershipId*string
The ID of the membership record to delete.
Format
uuidResponse Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/memberships/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty