Request parameters for deleteSubscriptionById operation in NotificationsApi.

Export

NotificationsApiDeleteSubscriptionByIdRequest

interface NotificationsApiDeleteSubscriptionByIdRequest {
    notificationType: string;
    subscriptionId: string;
}

Properties

notificationType: string

The type of notification. For more information about notification types, refer to Notification Type Values.

Memberof

NotificationsApiDeleteSubscriptionById

subscriptionId: string

The identifier for the subscription that you want to delete.

Memberof

NotificationsApiDeleteSubscriptionById