Skip to main content
PATCH
Remove Entity from List
Removes an entity from the specified list for the authenticated user.

Path Parameters

string
required
ID of the target list

Body Parameters

string
required
ID of the entity to remove from the list

Response

string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Name of the list
array
Updated array of entity IDs (with the removed entity excluded)
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses


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.