Delete organization membership

DELETE/organization_member/:id

Delete one of your own memberships.

AuthLogin required

Path parameters

idstringrequired

Membership ID.

Request
curl https://api.4s.link/organization_member/ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"id": "om1a2b3c-..."
}