benchling_api_client.api.containers.delete_container_content module

async asyncio(*, client: Client, container_id: str, containable_id: str) Union[None, NotFoundError]

Delete a container content

async asyncio_detailed(*, client: Client, container_id: str, containable_id: str) Response[Union[None, NotFoundError]]
sync(*, client: Client, container_id: str, containable_id: str) Union[None, NotFoundError]

Delete a container content

sync_detailed(*, client: Client, container_id: str, containable_id: str) Response[Union[None, NotFoundError]]