benchling_api_client.api.blobs.abort_multipart_blob module

async asyncio(*, client: Client, blob_id: str) Optional[Union[EmptyObject, BadRequestError]]

Abort multi-part blob upload

async asyncio_detailed(*, client: Client, blob_id: str) Response[Union[EmptyObject, BadRequestError]]
sync(*, client: Client, blob_id: str) Optional[Union[EmptyObject, BadRequestError]]

Abort multi-part blob upload

sync_detailed(*, client: Client, blob_id: str) Response[Union[EmptyObject, BadRequestError]]