Skip to main content
DELETE
https://api.clevrscan.com
/
api
/
templates
/
{templateId}
curl -X DELETE "https://api.clevrscan.com/api/templates/396" \
  -H "X-API-Key: <api_key>"
{
  "message": "Template deleted successfully"
}

Request Format

HTTP Request
DELETE /api/templates/{templateId}
X-API-Key: <api_key>

Parameters

ParameterTypeRequiredDescription
templateIdStringYesUnique ID of the template to delete
curl -X DELETE "https://api.clevrscan.com/api/templates/396" \
  -H "X-API-Key: <api_key>"
{
  "message": "Template deleted successfully"
}