Skip to main content
DELETE
/
v1
/
admin
/
notifications
/
templates
/
{id}
Delete notification template
curl --request DELETE \
  --url https://{operatorDomain}/v1/admin/notifications/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "ntpl_01h...",
  "channel": "email",
  "body": "<string>",
  "key": "<string>",
  "subject": "<string>",
  "locale": "<string>"
}

Authorizations

Authorization
string
header
required

Staff session or API token issued by your Voyant app.

Path Parameters

id
string
required

Response

200 - application/json

Deleted

id
string
required
Example:

"ntpl_01h..."

channel
string
required
Example:

"email"

body
string
required
key
string
subject
string | null
locale
string | null