API Docs / Operations / Services / Bulk Remove Client Services

Bulk Remove Client Services

POST /tenants/{tenant}/services/{code}/clients/bulk-remove

Removes multiple client service assignments. Fails if any have billing line items.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "assignments": [
    {
      "clientCode": "...",
      "code": "..."
    }
  ]
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found