Delete a WhatsApp template
DELETE/whatsapp/api/v2/template/:template_id
Delete a template. For linked templates, it will be unlinked from Meta first and then deleted from the database.
Request
Responses
- 200
- 403
- 404
- 409
- 500
Template deleted successfully
Forbidden - User does not have permission to delete this template
Template not found
Conflict - Failed to delete template from database
Internal server error