Delete app notifications

Learn how to use the App Integrations API to delete app notifications from the Selling Partner Appstore Notifications Dashboard.

You can use the App Integrations API to delete business-specific app notifications that you previously sent to sellers.

Prerequisites

To complete this tutorial, you need:

Delete an app notification

Call the deleteNotifications operation.

Warning

The parameters in the API request body must be the same as the parameters in your app notification template.

Request example

POST https://sellingpartnerapi-na.amazon.com/appIntegrations/2024-04-01/notifications/deletion
{
    "templateId": "PRICE_CHANGE_INVALID",
    "deletionReason": "INCORRECT_RECIPIENT"
}

Response

A successful response includes the unique notification ID. For example:

Status code: 200
{
    "notificationId": "47f05db0-03fe-11ed-b939-0242ac120002"
}