---
title: "Delete a batch of entries from a hotlist"
method: POST
path: "/hotlists/{hotlistId}/entries/deleteBatch"
tags: ["Custom Hotlists"]
---

# Delete a batch of entries from a hotlist

`POST /hotlists/{hotlistId}/entries/deleteBatch`

Delete a batch of entries from the hotlist with the provided hotlistID. Ignores any ids for which an entry does not exist

## Path parameters

- `hotlistId` string, uuid, required

## Request body

- DeleteHotlistEntriesRequest
  - `ids` string[], required

## Response `200`

The batch of hotlist entries was successfully deleted.

## Other responses

- `401` — Unauthorized, authentication token was invalid or not provided
- `403` — Forbidden, your client does not have access to this resource
- `404` — No hotlist was found with the given ID

---

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