forked from docs/doc-exports
Reviewed-by: gtema <artem.goncharov@gmail.com> Co-authored-by: guoyanyan <guoyanyan3@huawei.com> Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
6.1 KiB
6.1 KiB
Deleting All Topic Attributes
Description
- API name
DeleteTopicAttributes
- Function
Delete all topic attributes.
URI
- URI format
DELETE /v2/{project_id}/notifications/topics/{topic_urn}/attributes
- Parameter description
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.
Request
Example request
DELETE https://{SMN_Endpoint}/v2/{project_id}/notifications/topics/{topic_urn}/attributes
Response
- Parameter description
Parameter
Type
Description
request_id
String
Request ID, which is unique
- Example response
{ "request_id":"6837531fd3f54550927b930180a706bf" }
Returned Value
See section Returned Value.
Error Code
See section Error Code.
Parent topic: Topic Operations