/list/{listId}/entity/remove

Removes a single entity from the specified list.

What this endpoint does

This operation removes a single entity from a Recorded Future list. The entity can be specified either by its Recorded Future entity ID (e.g., ip:8.8.8.8, idn:example.com) or by providing a name and type pair, using the same request body format as the Lists: Add Entity endpoint. This is the inverse of the Lists: Add Entity operation and is typically used to maintain list accuracy by removing entities that are no longer relevant to monitoring or alerting workflows.

Response data

The response contains a single result field confirming the entity was removed from the list. To verify the updated list contents after removal, use the Lists: Get Entities endpoint.

Path Params
string
required

Unique identifier for a list (format: report:XXXXX) or a named watch list identifier, obtained from POST /list/search or POST /list/create.

Body Params
entity
required
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json