VoiceDock Docs
ApiAnalysis Templates

Delete analysis template

Delete an analysis template

DELETE
/analysis-templates/{template_id}

Delete an analysis template

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Get your key from the dashboard.

In: header

Path Parameters

template_id*string

UUID of the analysis template

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/analysis-templates/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true,
  "message": "Analysis template deleted successfully"
}
{
  "error": "Invalid API key",
  "message": "string"
}
{
  "error": "Invalid API key",
  "message": "string"
}