qcrboxapiclient.api.datasets.delete_dataset_by_id¶
- async qcrboxapiclient.api.datasets.delete_dataset_by_id.asyncio(id, *, client)¶
Delete a dataset
Remove a dataset and associated data files from the data store.
- Parameters:
id (str)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Return type:
Union
[Any
,QCrBoxErrorResponse
,None
]- Returns:
Union[Any, QCrBoxErrorResponse]
- async qcrboxapiclient.api.datasets.delete_dataset_by_id.asyncio_detailed(id, *, client)¶
Delete a dataset
Remove a dataset and associated data files from the data store.
- Parameters:
id (str)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Return type:
Response
[Union
[Any
,QCrBoxErrorResponse
]]- Returns:
Response[Union[Any, QCrBoxErrorResponse]]
- qcrboxapiclient.api.datasets.delete_dataset_by_id.sync(id, *, client)¶
Delete a dataset
Remove a dataset and associated data files from the data store.
- Parameters:
id (str)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Return type:
Union
[Any
,QCrBoxErrorResponse
,None
]- Returns:
Union[Any, QCrBoxErrorResponse]
- qcrboxapiclient.api.datasets.delete_dataset_by_id.sync_detailed(id, *, client)¶
Delete a dataset
Remove a dataset and associated data files from the data store.
- Parameters:
id (str)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Return type:
Response
[Union
[Any
,QCrBoxErrorResponse
]]- Returns:
Response[Union[Any, QCrBoxErrorResponse]]