Skip to main content
DELETE
/
delete_template
Delete template
curl --request DELETE \
  --url https://yourdomain.com/delete_template \
  --header 'Content-Type: application/json' \
  --cookie admin_cookie= \
  --data '
{
  "template_name": "<string>"
}
'
"Template Deleted"

Authorizations

Admin cookie authentication (configurable in config.json)

Body

application/json
template_name
string

Template name

Response

Template deleted successfully

The response is of type string.

Example:

"Template Deleted"