Skip to main content
DELETE
/
api
/
v1
/
accounts
/
{accountId}
/
email-domains
/
{id}
Delete Email Domain
curl --request DELETE \
  --url https://api.example.com/api/v1/accounts/{accountId}/email-domains/{id}

Path Parameters

accountId
string
required

The ID of the account

id
string
required

The ID of the email domain

Response

Email domain deleted successfully