Remove users from organization

DELETE https://{{base_url}}/v3/organizations/{{organization_uid}}/share

The Remove users from organization request allows you to remove existing users from your organization.

To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Remove users from organization API Reference document

Request Body

{"emails"=>["abc@sample.com", "xyz@sample.com"]}

HEADERS

KeyDatatypeRequiredDescription
authtokenstringEnter the authtoken of the user.
Content-TypestringEnter "application/json" to pass a request body.