Delete a customer
DELETE
https://api.tamio.com/v2/customers/{uuid}
Permanently deletes a customer and all associated data including notes, discounts, and subscriber records.
Path Parameters
uuid
string*
Responses
200
Customer deleted successfully
Customer 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: customer UUID 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