All Products
Search
Document Center

Resource Management:CancelMessageContactUpdate

Last Updated:Dec 18, 2023

Cancels the update of the mobile phone number or email address of a contact.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ContactIdstringNo

The ID of the contact.

c-qL4HqKONzOM7****
PhoneNumberstringNo

The mobile phone number of the contact.

Specify the mobile phone number in the <Country code>-<Mobile phone number> format.

86-139****1234
EmailAddressstringNo

The email address of the contact.

someone***@example.com

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The request ID.

9B34724D-54B0-4A51-B34D-4512372FE1BE

Examples

Sample success responses

JSONformat

{
  "RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter.ContactIdYou must specify ContactId.The ContactId parameter is not configured.
400InvalidParameter.ContactIdThe ContactId is invalid.The value of the ContactId parameter is invalid.
400InvalidParameter.PhoneNumberThe PhoneNumber is invalid.The value of the PhoneNumber parameter is invalid.
400InvalidParameter.MobileCountryCodeThe current site does not support the country code.The specified country code is not supported at the current site.
400InvalidParameter.EmailAddressThe EmailAddress is invalid.The value of the EmailAddress parameter is invalid.
400ContactStatusMismatchActionThe status of the contact does not allow the specified operation.The status of the contact does not support the current operation.
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
No change history