Share via


ApiManagementProductResource.DeleteProductApiAsync 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 System.Threading.Tasks.Task<Azure.Response> DeleteProductApiAsync (string apiId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteProductApiAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteProductApiAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteProductApiAsync (apiId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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