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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}