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.