Delete a client
DELETE
https://api.tamio.com/v2/clients/{uuid}
Soft-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. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: client UUID does not exist or belongs to another agency10293– ClientHasSubscription: 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