curl -X DELETE "https://api.clevrscan.com/api/templates/396" \ -H "X-API-Key: <api_key>"
{ "message": "Template deleted successfully" }
Deletes an existing template by its ID. Once deleted, the template cannot be recovered.
DELETE /api/templates/{templateId} X-API-Key: <api_key>