DELETE
/external/api/products
cURL (application/json)
curl \
--request DELETE 'https://api.fygi.store/external/api/products' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/json" \
--data '[{"id":"string","storeId":{"value":"string"}}]'
curl \
--request DELETE 'https://api.fygi.store/external/api/products' \
--header "authorization: $API_KEY" \
--header "Content-Type: text/json"
curl \
--request DELETE 'https://api.fygi.store/external/api/products' \
--header "authorization: $API_KEY" \
--header "Content-Type: application/*+json"
Request examples
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]
Request examples
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]
Request examples
[
{
"id": "string",
"storeId": {
"value": "string"
}
}
]