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

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

Response

boolean
Always true on success.
object
Updated collection metadata.

Error Responses