API Reference
API Usage and Reference
cURL
curl --request DELETE \ --url https://api.ahasend.com/v2/accounts/{account_id}/domains/{domain} \ --header 'Authorization: Bearer <token>'
{ "message": "Operation completed successfully" }
Deletes a domain
API key for authentication
Account ID
Domain name
Domain deleted successfully
The response is of type object.
object
Was this page helpful?