Delete
operation, see our API reference.
If you have several hundred records in your namespace, using delete_all=True
could negatively impact the performance of your queries. We recommend deleting the records in batches of a couple of hundred at a time and implementing a brief sleep between operations. You can batch your deletions with the following approach: