Delete an email domain
Deletes an email domain configuration. Verified domains require force=true, and shared domains are read-only for non-owner accounts.
Path parameters
Email domain UUID
Query parameters
Required as true when deleting verified domains
Response
Email domain deleted
Example response
{
"data": {
"created_at": "2026-01-01T00:00:00Z",
"dkim": {
"active": false,
"algorithm": null,
"key_length": null,
"rotated_at": null,
"selector": null
},
"dmarc_policy": {
"p": "none",
"pct": 100,
"rua": "mailto:dmarc@telnyx.com"
},
"dns_records": [],
"domain": "example.com",
"id": "123e4567-e89b-12d3-a456-426614174000",
"inbound": {
"catch_all": false,
"enabled": false,
"mx_required": false
},
"record_type": "email_domain",
"status": "pending",
"tracking": {
"click_tracking": false,
"open_tracking": false,
"unsubscribe_tracking": false
},
"type": "custom",
"updated_at": "2026-01-01T00:00:00Z",
"usable_for_inbound": false,
"usable_for_sending": false,
"verification": {
"dkim": "pending",
"dmarc": "missing_optional",
"mx": "not_required",
"ownership": "pending",
"spf": "missing_optional"
},
"verified_at": null
}
}Changes
Changed in 4 of the 61 revisions of this API.232
- ●
added the new
not_requiredenum value to thedata/verification/ownershipresponse property for the response status200response-property-enum-value-added
- ●
added the new
not_requiredenum value to thedata/verification/spfresponse property for the response status200response-property-enum-value-added
- ●
added the new
shared_inboundenum value to thedata/typeresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the
data/dmarc_policyresponse's property type/format changed fromstring/toobject/for status200response-property-type-changed
- ○
added
EmailDMARCPolicyto thedata/dmarc_policyresponse propertyallOflist for the response status200response-property-all-of-added
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 111 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲