Skip to main content
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

collectionId
string
required
The ID of the collection.
entityId
string
required
The ID of the entity to remove.

Response

success
boolean
Always true on success.
collection
object
Updated collection metadata.

Error Responses