All Products
Search
Document Center

Alibaba Cloud DNS:DeleteAtiRegistrant

Last Updated:Aug 29, 2026

Revokes a verified registrant.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

ClientToken

string

No

The client token that is used to ensure the idempotency of the request.

Generate a parameter value from your client to ensure that the value is unique among different requests. ClientToken supports only ASCII characters.

Note

If you do not specify this parameter, the system automatically uses the RequestId of the API request as the ClientToken. The RequestId of each API request is different.

eyJhbGciOiJIUzI1NiIsInR5cC.....

RegistrantId

string

No

The ID of the verified registrant.

2072277378616354816

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

853805EA-3D47-47D5-9A1A-A45C24313ABD

Success

boolean

Indicates whether the operation to delete the domain instance configuration was successful. Valid values:

  • true: The operation was successful.

  • false: The operation failed.

true

AccessDeniedDetail

object

The details about the access denial. This field is returned only when the RAM authentication fails.

AuthAction

string

The unauthorized operation that was attempted.

CreateUser

AuthPrincipalDisplayName

string

The display name of the authorization principal.

2015555733387XXXX

AuthPrincipalOwnerId

string

The ID of the authorization principal owner.

10469733312XXX

AuthPrincipalType

string

The identity type.

SubUser

EncodedDiagnosticMessage

string

The encoded diagnostic message.

AQFohtp4aIbaeEXXXXQxNjFDLUIzMzgtNTXXXX05NkFCLUI2RkY5XXXXzAzQQ==

NoPermissionType

string

The reason for the authentication failure. Valid values:

  • ExplicitDeny: Explicit deny.

  • ImplicitDeny: Implicit deny.

ImplicitDeny

PolicyType

string

The policy type.

DlpSend

Examples

Success response

JSON format

{
  "RequestId": "853805EA-3D47-47D5-9A1A-A45C24313ABD",
  "Success": true,
  "AccessDeniedDetail": {
    "AuthAction": "CreateUser",
    "AuthPrincipalDisplayName": "2015555733387XXXX",
    "AuthPrincipalOwnerId": "10469733312XXX",
    "AuthPrincipalType": "SubUser",
    "EncodedDiagnosticMessage": "AQFohtp4aIbaeEXXXXQxNjFDLUIzMzgtNTXXXX05NkFCLUI2RkY5XXXXzAzQQ==",
    "NoPermissionType": "ImplicitDeny",
    "PolicyType": "DlpSend"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.