curl --request DELETE \
--url https://api.unosend.co/v1/domains/{id} \
--header 'Authorization: Bearer <token>'Remove a domain from your account.
curl --request DELETE \
--url https://api.unosend.co/v1/domains/{id} \
--header 'Authorization: Bearer <token>'curl -X DELETE https://api.unosend.co/domains/dom_123 \
-H "Authorization: Bearer un_xxxxxxxxxx"
{
"id": "dom_123",
"deleted": true
}