Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface NotificationsApiDeleteSubscriptionByIdRequest

    Request parameters for deleteSubscriptionById operation in NotificationsApi.

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

    Properties

    notificationType: string

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

    subscriptionId: string

    The identifier for the subscription that you want to delete.