Skip to content

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

cookieAuth
Type
API Key (cookie: _vulcan_session)
or
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
integer
Required
Example42
id*

Numeric ID of the template.

Type
integer
Required
Example1

Responses

Template deleted

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)