Skip to content

Delete a component and all its rules

DELETE
/components/{componentId}

Permanently deletes the component, all its rules, reviews, and associated data. Requires admin role on the parent project. This action cannot be undone.

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)

Responses

Component deleted

application/json
JSON
{
  
"toast": {
  
  
"title": "Component deleted.",
  
  
"message": [
  
  
  
"Successfully deleted component."
  
  
],
  
  
"variant": "success"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)