Delete an uploaded STIG (admin only)
DELETE
/stigs/{id}
Permanently deletes a STIG and all its embedded rules. Requires admin role. This action cannot be undone.
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
STIG removed
application/json
JSON "toast": { "title": "STIG removed.", "message": [ "Successfully removed Application Security and Development Security Technical Implementation Guide." ], "variant": "success" }
{
}