Skip to content

Delete a project and all its components

DELETE
/projects/{projectId}

Permanently deletes the project, all its components, rules, reviews, and memberships. Requires admin role on the project. This action cannot be undone. Returns 403 for non-admin users.

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)

Responses

Project deleted

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

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI

Part of the MITRE Security Automation Framework (SAF)