cURL
curl --request DELETE \ --url https://app.lettr.com/api/domains/{domain} \ --header 'Authorization: Bearer <token>'
204
Delete a sending domain. This removes the domain from both SparkPost and the Lettr system. The domain will no longer be available for sending emails.
API key for authentication
The domain name to delete
"example.com"
Domain deleted successfully
Was this page helpful?