Delete Created ZNS Template
This API helps you delete a Zalo Notification Service (ZNS) Template that has been created in the system.
You need to provide template_id (the ID of the created template) in the params to complete the deletion.
Endpoint
🔗Endpoint Staging
DELETE https://staging.manage-api.miniap.vn/api/external/zns-template/<template_id>
Example
id : 6870b7eec2fd3b17da55be6d
🔗Endpoint Production
DELETE https://manage-api.miniap.vn/api/external/zns-template/<template_id>
Response
- Response
{
"message": "Deleted successfully"
}