Delete an uploaded SRG (admin only)
DELETE
/srgs/{id}
Permanently deletes an SRG and all its embedded rules. Requires admin role. Components based on this SRG will lose their baseline reference. 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
SRG removed
application/json
JSON "toast": { "title": "SRG removed.", "message": [ "Successfully removed SRG." ], "variant": "success" }
{
}