v1Resources/Team/deleteRemove a team member

Remove a team member

Permanently deletes a team member's account — this can't be undone. It also destroys their CRM conversation history, per-client access grants, and workspace memberships. The agency owner can't be removed.

delete/api/v1/team/members
team:write
Query parameters
memberIdstringrequired
ID of the team member to remove.
Response
dataobjectoptional
removedbooleanoptional
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
delete/api/v1/team/members
Your API key
memberId *
{
  "data": {
    "removed": true
  }
}

Guides that use this resource