aito.client.requests.modify_operations.Delete
- class aito.client.requests.modify_operations.Delete(table: str, condition: Dict)
Bases:
ModifyOperationDelete operation for the Modify API.
Example:
Delete("products", {"id": "1"})
- Parameters:
table (str) – The name of the table to delete from
condition (Dict) – The condition to match entries to delete
Methods
to_query()Convert the operation to a query dictionary.
- to_query() Dict
Convert the operation to a query dictionary.