Skip to main content

Delete a WhatsApp content template

Permanently deletes a content template from Twilio. This is a hard delete — the template cannot be recovered. Callers must clean up local DB references.

Path Parameters
    dealerUUID string required
    contentSid string required
Responses

Content template deleted successfully


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
Loading...