Xóa Template ZNS đã tạo
API này giúp bạn xóa một Template Zalo Notification Service (ZNS) đã khởi tạo trong hệ thống.
Bạn cần cung cấp template_id (ID của template đã khởi tạo) trong params để hoàn tất việc xóa.
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>
Phản hồi (Response)
- Response
{
"message": "Deleted successfully"
}