curl --request DELETE \
--url https://api.getsly.ai/v1/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Soft-deletes the account. Fails if the account has agents, open streams, or a non-zero balance. Detach / drain those first.
curl --request DELETE \
--url https://api.getsly.ai/v1/v1/accounts/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}