Bagikan melalui


ApiManagementProductResource.DeleteProductApi Method

Definition

Deletes the specified API from the specified product.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/products/{productId}/apis/{apiId}
  • Operation Id: ProductApi_Delete
  • Default Api Version: 2021-08-01
public virtual Azure.Response DeleteProductApi (string apiId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteProductApi : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteProductApi : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteProductApi (apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

apiId
String

API revision identifier. Must be unique in the current API Management service instance. Non-current revision has ;rev=n as a suffix where n is the revision number.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

apiId is an empty string, and was expected to be non-empty.

apiId is null.

Applies to