cURL
curl --request DELETE \ --url https://api.blazemonitors.com/items/{itemid}/affiliate \ --header 'X-Api-Key: <api-key>'
{ "site": { "platformName": "amazon", "siteName": "AmazonUS", "siteUrl": "https://amazon.com", "siteCurrency": "USD", "siteImg": "https://drive.google.com/uc?id=1AoYw0yB47Kh8RQFXDDBUKRIhH1U3bxVC", "hasLists": true, "hasProducts": true, "hasReleases": false, "hasForceAdd": true, "queryType": "productSku", "restockTypes": [ "Restock" ], "altNames": [ "amazon", "amz", "amzus" ] }, "results": {} }
Remove affiliate link from a specific product
API key for authentication
Product SKU or identifier
Affiliate link removed successfully
The response is of type object.
object