Delete a redirectdomain

Request Information
URL DELETE {{basepath}}/redirectdomain/:domain
CategoryRedirect

Description

Deletes a RedirectDomain

Expects a RedirectDomainDeleteRequest object.

Returns a RedirectDomainDeleteResponse object.

Url variables
:domain{{testdomain}}

Example responses

Delete a redirectdomain
Request Method & URL
DELETE {{basepath}}/redirectdomain/:domain
Url variables
:domainexample2.com
Response Code:
200 OK
Response Body:
{
    "responseId": "mapi1_3ecc1d02c63ca4cb0670325d3da75a98e282c1d2",
    "status": "ok",
    "message": "RedirectDomain deleted, pending sync"
}