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]] ¶