Python
Delete records by IDs
collection.delete(ids=['id1', 'id2'])
{ "deleted": 1 }
Deletes records in a collection. Can filter by IDs or metadata.
Tenant UUID
Database name
Collection UUID
Payload for deleting records from a collection.
Records can be deleted by their IDs or by a metadata filter. At least one of ids or where must be provided.
ids
where
x >= 0
Records deleted successfully
Was this page helpful?
Contact support