pub async fn delete_backend(
configuration: &mut Configuration,
params: DeleteBackendParams,
) -> Result<InlineResponse200, Error<DeleteBackendError>>
Expand description
Delete the backend for a particular service and version.
pub async fn delete_backend(
configuration: &mut Configuration,
params: DeleteBackendParams,
) -> Result<InlineResponse200, Error<DeleteBackendError>>
Delete the backend for a particular service and version.