Skip to main content

Method

DELETE /v1/comms/templates/:id

Path Parameters

id
uuid
required
Template ID.

Headers

Authorization
string
Bearer token (requires comms:delete).

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/comms/templates/tmpl_01J0CBFPXW7SP2N8A9Q7T2048Q" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response Example

Deletion triggers the notification.template.deleted webhook including the template ID and deletion timestamp.