Skip to main content
POST
Cancel external transfer out

Authorizations

Authorization
string
header
required

Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.

Path Parameters

domainName
string
required

DomainName is the domain whose transfer out should be canceled.

Example:

"example.com"

Body

application/json

No fields are accepted. Send an empty JSON object {} with Content-Type: application/json.

Empty JSON object. This operation does not accept a payload; clients must still send Content-Type: application/json with body {}.

Response

Transfer out canceled successfully. Returns the domain name and updated status.

Response after successfully canceling a domain transfer out request.

domainName
string
required

The punycode-encoded domain name.

Example:

"example.com"

status
enum<string>
required

The transfer-out status after the operation (e.g. canceled when the cancel succeeded).

Available options:
canceled
Example:

"canceled"