Remove Entity from Collection
Collection Endpoints
Remove Entity from Collection
Remove a saved entity from a collection
DELETE
Remove Entity from Collection
Removes an entity from the specified collection. This operation is idempotent — if the entity is not in the collection, it still returns success.
Path Parameters
The ID of the collection.
The ID of the entity to remove.
Response
Always
true on success.Updated collection metadata.
Error Responses
Collection Not Found — 404
Collection Not Found — 404
Server Error — 500
Server Error — 500

