Share via


ApiManagementNotificationResource.DeleteNotificationRecipientUserAsync Method

Definition

Removes the API Management user from the list of Notification.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}/recipientUsers/{userId}
  • Operation Id: NotificationRecipientUser_Delete
  • Default Api Version: 2021-08-01
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteNotificationRecipientUserAsync (string userId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteNotificationRecipientUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteNotificationRecipientUserAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteNotificationRecipientUserAsync (userId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

userId
String

User identifier. Must be unique in the current API Management service instance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

userId is null.

Applies to