Remove Entity from List
List Endpoints
Remove Entity from List
Remove an entity from a list
PATCH
Remove Entity from List
Removes an entity from the specified list for the authenticated user.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of the target list
Body Parameters
ID of the entity to remove from the list
Response
Unique list identifier
Project identifier
ID of the user who owns the list
Name of the list
Updated array of entity IDs (with the removed entity excluded)
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Missing Parameters - 400 Bad Request
Missing Parameters - 400 Bad Request
List Not Found - 404 Not Found
List Not Found - 404 Not Found
Entity Not Found in List - 409 Conflict
Entity Not Found in List - 409 Conflict
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- This operation has no effect if the entity is not already in the list.
- The response includes the updated list with the entity removed.

