POST /messaging/v1/domainverification/delete

Overview

Delete a user domain in From Address Management.

JSON Parameters

Name Type Description
EmailAddress string Required Email address to delete.
DomainType boolean Required Domain type of the email address. Use UserDomain.

Usage

Required Marketing Cloud Permissions

  • Administration
  • ManageDomainRegistration

Example Request

Host: https://YOUR_SUBDOMAIN.rest.marketingcloudapis.com
POST /messaging/v1/domainverification/delete
Content-Type: application/json
Authorization: Bearer YOUR_ACCESS_TOKEN

[
    {
        "EmailAddress": "example@example.com",
        "DomainType": "UserDomain"
    }
]

Example Response

HTTP/1.1 200 OK
{
    "x records successfully updated!"
}
Last Updated: Jun 8, 2021