Organization Users Remove user from organization
DELETE
/control-plane/api/v1/v1/organization/{organization_id}/user/{user_id}

Authentication

API Key (BearerAuth)

  • Header: Authorization

Path Parameters

organization_idstringrequired

Organization ID


user_idstringrequired

User ID


Responses

200
OK

Example:

{
  "key": "value"
}
400
Bad Request

Example:

{
  "key": "value"
}
500
Internal Server Error

Example:

{
  "key": "value"
}