API Reference

Destination Silme

Daha önce oluşturmuş olduğunuz destination'ı silmenizi sağlar.

Servis Uzantısı : DELETE /notifications/v1/destinations/{destinationId}


curl --location --request DELETE 'https://sellingpartnerapi-eu.amazon.com/notifications/v1/destinations/27212653-e481-4121-95d5-******' \
--header 'x-amz-access-token: {{grantless_token}}'
200 OK
{  
    "errors": [  
        {  
            "code": "Unauthorized",  
            "message": "The requested action is forbidden.",  
            "details": "Destination has subscriptions"  
        }  
    ]  
}