DELETE account/outboundpush/Cancel?domain={domain}

Cancels a pending account change (push) for a domain name. There must be a pending push for that domain name and the domain must still be in your account. If cancelled, the remote account will no longer be able to accept the domain.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
domain

A domain name in the form of <name>.<tld>

string

Required

Body Parameters

None.

Response Information

Resource Description

A success message corresponding to the operation

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.