DeleteMessageTemplate
Delete a message template. After you delete the template, you cannot use it to publish messages any more.
DELETE /v2/{project_id}/notifications/message_template/{message_template_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID |
message_template_id |
Yes |
String |
Unique resource ID of a topic. You can obtain it according to Querying Message Templates. |
DELETE https://{SMN_Endpoint}/v2/{project_id}/notifications/message_template/b3ffa2cdda574168826316f0628f774e
Parameter |
Type |
Description |
---|---|---|
request_id |
String |
Request ID, which is unique |
{ "request_id": " 5fcba32bd2814ea39431829c22bda94b" }
See section Returned Value.
See section Error Code.