All Products
Search
Document Center

Resource Management:GetMessageContactDeletionStatus

Last Updated:Jul 25, 2025

Queries the deletion status of a contact.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
resourcemanager:GetMessageContactDeletionStatusget
*MessageContact
acs:resourcemanager:*:{#accountId}:messagecontact/{#MessageContactId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringNo

The ID of the contact.

c-qL4HqKONzOM7****

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

95060F1D-6990-4645-8920-A81D1BBFE992
ContactDeletionStatusobject

The deletion information of the contact.

Statusstring

The deletion status of the contact. Valid values:

  • Deleting
  • Failed
Deleting
ContactIdstring

The ID of the contact.

c-qL4HqKONzOM7****
FailReasonListarray<object>

The types of messages received by the contact.

FailReasonobject

The types of messages received by the contact.

AccountIdstring

The Alibaba Cloud account ID of the member.

199796839435****
MessageTypesarray

The types of messages received by the contact.

MessageTypestring

The types of messages received by the contact.

AccountExpenses

Examples

Sample success responses

JSONformat

{
  "RequestId": "95060F1D-6990-4645-8920-A81D1BBFE992",
  "ContactDeletionStatus": {
    "Status": "Deleting",
    "ContactId": "c-qL4HqKONzOM7****",
    "FailReasonList": [
      {
        "AccountId": "199796839435****",
        "MessageTypes": [
          "AccountExpenses"
        ]
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
404EntityNotExists.ContactThis Contact does not exist.The specified contact does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-05-18The Error code has changedView Change Details