---
title: "Bulk Delete Scans"
method: POST
path: "/api/scanner/bulk_delete/"
tags: ["Scanner"]
---

# Bulk Delete Scans

`POST /api/scanner/bulk_delete/`

Delete multiple private scans using their respective `id` values.

## Request body

- object
  - `ids` ScanId[] — List of scan IDs to delete

## Response `204`

__Scans Deleted__

## Other responses

- `400` — __Bad Request__: Some required parameters were not passed or were not validated
- `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)
