DeleteTopic
Delete a topic and its subscribers. If a topic is deleted, a pending message will fail to deliver to the topic subscribers.
DELETE /v2/{project_id}/notifications/topics/{topic_urn}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID |
topic_urn |
Yes |
String |
Unique resource ID of a topic. You can obtain it according to Querying Topics. |
DELETE https://{SMN_Endpoint}/v2/{project_id}/notifications/topics/urn:smn:regionId:f96188c7ccaf4ffba0c9aa149ab2bd57:test_topic_v2
Parameter |
Type |
Description |
---|---|---|
request_id |
String |
Request ID, which is unique |
{ "request_id": " 5fcba32bd2814ea39431829c22bda94b", }
See section Returned Value.
See section Error Code.