Sending Domains
DELETE
Delete Sending Domain
DELETE /v1/domains/{domainId}Delete a sending domain permanently.
Use Cases:
- Remove unused or deprecated sending domains
- Clean up domains after migration
- Delete misconfigured domains
- Remove domains no longer in use
Behavior:
- Domain is permanently deleted from the workspace
- DNS records become orphaned (clean them up manually)
- Cannot be undone - domain must be re-added if needed
- Emails already sent from this domain are not affected
- Active broadcasts using this domain may fail
Required Scope: delete:domains
Data Impact:
- Domain configuration is permanently removed
- DKIM key pair is deleted
- DNS records in your DNS provider are NOT removed (clean up manually)
- Historical email data referencing this domain is preserved
Important:
- Ensure no active broadcasts or automations use this domain
- Remove DNS records from your DNS provider after deletion
- Email delivery for in-flight messages may be affected
Path parameters
domainIdstringrequiredSending domain ID
Response
200Sending domain deleted successfully. Returns the deleted domain's ID for confirmation.
objectstringrequiredidstringrequired