featurebyte.BatchRequestTable.delete¶ delete( ) Description¶ Deletes the batch request table. Raises¶ RecordDeletionException When the record cannot be deleted properly Examples¶ >>> batch_request_table = catalog.get_batch_request_table("batch_request_table_name") >>> batch_request_table.delete()