# Delete a scan Delete a scan by ID. Endpoint: DELETE /api/scans/{id} Version: 24.9.2.5 Security: ApiKeyAuth, Bearer ## Path parameters: - `id` (string, required) Scan ID ## Response 200 fields (application/json): - `message` (string) Example: "Operation succeeded" - `result` (any) - `success` (boolean) Example: true ## Response 403 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean) ## Response 404 fields (application/json): - `message` (string) Example: "Something went wrong" - `result` (string) Example: "error" - `success` (boolean)