Delete a triage response template
DELETE
/projects/{projectId}/triage_response_templates/{id}
Permanently deletes a response template. Admin role required. Returns 204 No Content on success.
Authorizations
tokenAuth
Personal access token authentication. Send via Authorization header: Authorization: Token vulcan_xxx. Tokens are SHA-256 hashed server-side (never stored in plaintext). Scopes: read (GET), write (mutations), admin (everything). Create tokens via Settings → API Tokens in the web UI.
Type
HTTP (token)
Parameters
Path Parameters
projectId*
Numeric ID of the project.
Type
Requiredinteger
Example
42id*
Numeric ID of the template.
Type
Requiredinteger
Example
1Responses
Template deleted