Skip to main content
DELETE
/
domains
/
{domain}
Delete Domain
curl --request DELETE \
  --url https://app.lettr.com/api/domains/{domain} \
  --header 'Authorization: Bearer <token>'
Removes a sending domain from your team. Emails can no longer be sent from this domain after deletion.

Authorizations

Authorization
string
header
required

API key for authentication

Path Parameters

domain
string
required

The domain name to delete

Example:

"example.com"

Response

Domain deleted successfully