curl --request DELETE \
--url https://api.supernotes.app/v1/templates/{template_id} \
--header 'Api-Key: <api-key>'{
"type": "<string>",
"detail": "<string>",
"meta": "APIKey",
"status": 123
}Delete the specified template
curl --request DELETE \
--url https://api.supernotes.app/v1/templates/{template_id} \
--header 'Api-Key: <api-key>'{
"type": "<string>",
"detail": "<string>",
"meta": "APIKey",
"status": 123
}