Remove organization member
DELETE
/manage/organizations/:orgId/members/:memberIdRemove a member from the organization. Admins only.
| Auth | Login required |
|---|
Path parameters
orgIdstringrequiredOrganization ID.
memberIdstringrequiredMember ID.
Request
curl https://api.4s.link/manage/organizations/ORG_ID/members/MEMBER_ID \-X DELETE \-H "Authorization: Bearer 4s_at_..."
Example response
{"id": "om1a2b3c-..."}