Skip to main content
DELETE
Remove an Agent from Team

Authorizations

api_access_token
string
header
required

Token de usuario. Envía el valor en el header api_access_token. Lo obtienes en el perfil (GET /api/v1/profile) o al regenerarlo.

Path Parameters

account_id
integer
required

The numeric ID of the account

team_id
integer
required

The ID of the team to be updated

Body

application/json
user_ids
integer[]
required

IDs of users to be deleted from the team

Response

Success