Bulk delete clients
POST
https://api.tamio.com/v2/clients/bulk/delete
Deletes multiple client accounts in a single request.
Body Parameters
clients
array of string*
Array of client UUIDs to delete
Example
{
"clients": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002",
"550e8400-e29b-41d4-a716-446655440003"
]
}
Responses
200
All clients deleted successfully
All clients deleted successfully
status
integer
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | One or more client UUIDs not found or belong to another agency |
10293 | One or more clients have an active subscription and cannot be deleted |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string