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
Responses
200
Customers deleted successfully
Customers deleted successfully
status
integer
customers
array of string
UUIDs of deleted customers
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: 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