Skip to main content
DELETE
/
domains
/
{domain}
Delete Domain
curl --request DELETE \
  --url https://app.uselettr.com/api/domains/{domain} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API key for authentication. Format: Bearer {api_key}

Path Parameters

domain
string
required

The domain name to delete

Example:

"example.com"

Response

Domain deleted successfully