Ask a question to get started
Enter to sendā¢Shift+Enter new line
delete( self, ids: Optional[List[str]] = None, partition_key_values: Optional
ids
Optional[List[str]]
None
List of document IDs to delete.
partition_key_values
**kwargs
Any
{}
Remove documents by their IDs.
Partition key values corresponding to each document ID. Required when the container's partition key path is not /id. Defaults to using the document IDs as partition key values.
/id
Additional keyword arguments.