Organizations
Remove a User from an Organization
Remove an existing User from an Organization.
DELETE
/
v1
/
organizations
/
{id}
/
users
/
{userId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requireduserId
string
requiredResponse
200 - application/json
object
string
String representing the object’s type. Objects of the same type share the same value.
id
string
This is the internal ID for this object. You don’t need to record this information, since you will not need to use it.
deleted
boolean
If the object has been deleted, the value is true. If the object has not been deleted, the value is false.