---
title: "POST /list/{listId}/entity/remove"
method: POST
path: "/list/{listId}/entity/remove"
tags: ["List"]
---

# POST /list/{listId}/entity/remove

`POST /list/{listId}/entity/remove`

Removes a single entity from the specified list.

## Path parameters

- `listId` string, required

## Request body

- object
  - `entity` Entity, required
    - `id` string, required — Entity id
    - `provided_id` string, required — Entity id provided in request
    - `type` string, required — Entity type
    - `name` string, required — Entity name

## Response `200`

Success — returns `unchanged` if the entity was not on the list.

- RemoveOperationResponse
  - `result` 'removed' | 'unchanged', required — `removed` if the entity was removed, or `unchanged` if the entity was not on the list.

## Other responses

- `400` — Invalid Request
- `404` — List not found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/recordedfuture/apis/alert-api.md) · [All operations](https://skmtc.dev/recordedfuture/apis/alert-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recordedfuture/alert-api/revisions/c8c2f68d8b60/schema)
