---
title: "Delete a custom hotlist"
method: DELETE
path: "/hotlists/{hotlistId}"
tags: ["Custom Hotlists"]
---

# Delete a custom hotlist

`DELETE /hotlists/{hotlistId}`

Delete hotlist

## Path parameters

- `hotlistId` string, uuid, required

## Response `204`

The hotlist was deleted successfully

## 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/versions/126df7964ba5/schema)
