Bildirim türü için daha önce yapmış olduğunuz aboneliği silmenizi sağlar.
Servisin Uzantısı : DELETE /notifications/v1/subscriptions/{notificationType}/{subscriptionId}
- Saniyede 1 istek atabilirsiniz.
- Bu servis, grantless bir operasyondur. Bundan dolayı grantless token kullanmanız gerekmektedir. Grantless Token için bakabilirsiniz.
curl --location --request DELETE 'https://sellingpartnerapi-eu.amazon.com/notifications/v1/subscriptions/PRICING_HEALTH/ce043602-9038-4323-b4ef-********' \
--header 'x-amz-access-token: {{grantless_token}}'
200 OK
{
"errors": [
{
"code": "Unauthorized",
"message": "Access to requested resource is denied.",
"details": "The access token you provided has expired."
}
]
}