Delete a WhatsApp Business message template
whatsapp-business
Delete a WhatsApp Business message template
Deletes a single language version of a message template. The path :templateId is forwarded to Meta as hsm_id so the delete is scoped to that exact template row — other language versions sharing the same name are untouched. The name query parameter is required because Meta’s DELETE /{waba_id}/message_templates endpoint requires it alongside hsm_id. Returns { templateId, success: true } on confirmation; Meta acknowledging success=false surfaces as 502.
DELETE
Delete a WhatsApp Business message template
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Minimum string length:
1Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Query Parameters
Required string length:
1 - 512