Delete a specific identifier from a product
DELETE
/2024-09/products/identifiers/{product_identifier}
curl \
--request DELETE 'https://app.merchanthq.com/api/2024-09/products/identifiers/{product_identifier}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (401)
{
"message": "Unauthorized"
}
Response examples (403)
{
"message": "This action is unauthorized."
}
Response examples (404)
{
"message": "Not found"
}