https://cmq-topic-{$region}.api.qcloud.com
http://cmq-topic-{$region}.api.tencentyun.com
Parameter name | Required | Type | Description |
TopicName | Yes | String | Topic's name is unique under the same account in a single region. The name of topic is a string of no more than 64 characters, which must begin with a letter, and the rest can contain letters, numbers and underscores (-). |
SubscriptionName | Yes | String | The subscription name is unique under the same topic of the same account in a single region. The subscription name is a string of no more than 64 characters, must begin with a letter, and the rest can contain letters, numbers, and dashes (-). |
Parameter name | Type | Description |
Code | Int | 0: indicates success. 4440: topic does not exist. The meaning of other return values can be referenced. Error Codes . |
Message | String | Error message. |
RequestId | String | Request ID generated by the server. When an internal error occurs on the server, the user can submit this ID to Backend Background to locate the problem. |
https://domain/v2/index.php?Action=Unsubscribe&topicName=test-Topic-123&subscriptionName=test-subscription-123&<Common request parameters>
{"code" : 0,"message" : "","requestId":"14534664555"}
本页内容是否解决了您的问题?