Skip to main content
DELETE
/
teams
/
{teamId}
/
users
/
{userId}
Remove user from team
curl --request DELETE \
  --url https://api.open.cx/teams/{teamId}/users/{userId} \
  --header 'Authorization: Bearer <token>'
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.open.cx/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

teamId
string
required
userId
number
required

Response

Default Response