benchling_api_client.api.assay_results.abort_assay_results_transaction module

async asyncio(*, client: Client, transaction_id: str) Optional[AssayResultTransactionCreateResponse]

Aborting a transaction will discard all uploaded results.

async asyncio_detailed(*, client: Client, transaction_id: str) Response[AssayResultTransactionCreateResponse]
sync(*, client: Client, transaction_id: str) Optional[AssayResultTransactionCreateResponse]

Aborting a transaction will discard all uploaded results.

sync_detailed(*, client: Client, transaction_id: str) Response[AssayResultTransactionCreateResponse]