Bulk delete clients
POST
https://api.tamio.com/v2/clients/bulk/delete
Deletes multiple client accounts in a single request. Each client is soft-deleted (marked as pending deletion and suspended). If any client has an active subscription or is not found, the operation fails for that client.
Body Parameters
clients
array of string*
Array of client UUIDs to delete
Responses
200
All clients deleted successfully
All clients deleted successfully
status
integer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: one or more client UUIDs do not exist or belong to another agency10293– ClientHasSubscription: one or more clients have an active subscription
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string