Organizations

Remove a member from an org

Removes the user from the org. Requires admin.

delete/v1/orgs/{org_slug}/members/{user_id}

Path parameters

org_slugstring required
user_idstring required

Response

Default Response

okboolean

Example response

{
  "ok": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.