---
title: "Delete Scan"
method: DELETE
path: "/api/scanner/{id}/"
tags: ["Scanner"]
---

# Delete Scan

`DELETE /api/scanner/{id}/`

Permanently remove a private scan using its `id`.

## Path parameters

- `id` integer, required — Unique identifier for the scan.

## Response `204`

__Scan Deleted__

## Other responses

- `401` — __Unauthorized__: The request was rejected due to missing or invalid authentication credentials
- `404` — __Not Found__: The scan with the requested ID was not found
- `500` — __Internal Server Error__: Details are included in the response body

---

[API](https://skmtc.net/netlas/apis/netlas-api.md) · [All operations](https://skmtc.net/netlas/apis/netlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netlas/netlas-api/revisions/2b1f84425791/schema)
