Delete a client
DELETE
https://api.tamio.com/v2/clients/{uuid}
Deletes a client account by marking it as pending deletion and suspended. Clients with an active subscription cannot be deleted. Associated sites are also scheduled for deletion.
Path Parameters
uuid
string*
UUID of the client to delete
Responses
200
Client deleted successfully
Client deleted successfully
status
integer
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | Client not found or belongs to another agency |
10293 | Client has 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