Remove member
POST {{baseUrl}}/api/organizations/:organizationId/members/remove
Remove a member from an organization. Note that you cannot invoke this function if only a single member is present to the organization.
Request Body
{"id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}