delete https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/
Archive a supply source, making it inactive. Cannot be undone.
Responses
Archive a supply source, making it inactive. Cannot be undone.
xxxxxxxxxx
curl --request DELETE \
--url https://sellingpartnerapi-na.amazon.com/supplySources/2020-07-01/supplySources/supplySourceId \
--header 'accept: application/json'
xxxxxxxxxx
{
"errors": [
{
"code": "string",
"message": "string",
"details": "string"
}
]
}