Clear a domain's default sender

Removes the domain's default sender so omitted-`from` sends fall through to the organization default sender.

DELETE
/v1/email/domains/{id}/default-sender

Removes the domain's default sender so omitted-from sends fall through to the organization default sender.

x-api-key<token>

In: header

Path Parameters

id*string
Match^dom_[0-9a-hjkmnp-tv-z]{16,24}$

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/email/domains/string/default-sender"
{  "success": true,  "message": "string"}

Related