Function delete_gcp_subscription

Source
pub async fn delete_gcp_subscription(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
    delete_gcp_subscription: DeleteGcpSubscription,
) -> Result<String, Error<DeleteGcpSubscriptionError>>