qcs_api_client.api.endpoints.delete_endpoint#

Module Contents#

Functions#

sync(→ qcs_api_client.types.Response[Any])

Delete Endpoint

sync_from_dict(→ qcs_api_client.types.Response[Any])

asyncio(→ qcs_api_client.types.Response[Any])

Delete Endpoint

asyncio_from_dict(→ qcs_api_client.types.Response[Any])

qcs_api_client.api.endpoints.delete_endpoint.sync(endpoint_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Delete Endpoint

Delete an endpoint, releasing its resources. This operation is not reversible.

Parameters

endpoint_id (str) –

Returns

Response[Any]

qcs_api_client.api.endpoints.delete_endpoint.sync_from_dict(endpoint_id: str, *, client: httpx.Client, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
async qcs_api_client.api.endpoints.delete_endpoint.asyncio(endpoint_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Delete Endpoint

Delete an endpoint, releasing its resources. This operation is not reversible.

Parameters

endpoint_id (str) –

Returns

Response[Any]

async qcs_api_client.api.endpoints.delete_endpoint.asyncio_from_dict(endpoint_id: str, *, client: httpx.AsyncClient, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#