Delete a sending domain

Permanently deletes a sending domain. It cannot be undone.

DELETE/v3/sending-domains/{id}
JWT
sendingDomain:write

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the sending domain.
Triggers webhook: sendingDomain.deleted
POST <your-webhook-url>
{
  "event": "sendingDomain.deleted",
  "data": {
    "id": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z",
    "domain": "string",
    "dkimHost": "string",
    "dkimTextValue": "string",
    "dkimVerified": true,
    "returnPathDomain": "string",
    "returnPathDomainCnameValue": "string",
    "returnPathDomainVerified": true,
    "allowedFromEmails": [
      {
        "email": "string",
        "verified": true
      }
    ]
  },
  "triggeredAt": "string"
}

Responses

204 No Content