cURL
curl --request DELETE \ --url https://yourdomain.com/delete_template \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "template_name": "<string>" } '
"Template Deleted"
Remove a local template
Admin cookie authentication (configurable in config.json)
Template name
Template deleted successfully
The response is of type string.
string