benchling_api_client.api.registry.unregister_entities module

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

Unregisters entities and moves them to a folder

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

Unregisters entities and moves them to a folder

sync_detailed(*, client: Client, registry_id: str, json_body: UnregisterEntities) Response[Union[EmptyObject, BadRequestError]]