Bulk delete customers
POST
https://api.tamio.com/v2/customers/bulk/delete
Permanently deletes multiple customers and all their associated data.
Body Parameters
customers
array of string*
Array of customer UUIDs to delete
Example
{
"customers": [
"550e8400-e29b-41d4-a716-446655440001",
"550e8400-e29b-41d4-a716-446655440002"
]
}
Responses
200
Customers deleted successfully
Customers deleted successfully
status
integer
customers
array of string
UUIDs of deleted customers
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | One or more customer UUIDs not found |
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string