User Management > Teams > Users

Remove Users from Team

Remove one or more existing Users from a given Team.

delete/1/accounts/{account}/teams/{team}/users

Path parameters

accountinteger required

Unique identifier of the Account

teaminteger required

Unique identifier of the Team

Query parameters

user_idsinteger[] required

The user identifiers to add to the team.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.