VoiceDock Docs
ApiDomains

Delete your domain

Remove your organization's configured email domain from both the database and Resend.

DELETE
/domains

Remove your organization's configured email domain from both the database and Resend.

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Get your key from the dashboard.

In: header

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/domains"
{
  "success": true
}
{
  "error": "Invalid API key",
  "message": "string"
}
{
  "error": "Invalid API key",
  "message": "string"
}