Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.dooki.com.br/v2/{alias}/catalog/flags/{id}/products \ --header 'Content-Type: application/json' \ --header 'User-Secret-Key: <api-key>' \ --header 'User-Token: <api-key>' \ --data ' { "products_ids": [ 1, 2, 3, 4, 5 ] } '
Exclui produtos de um selo específico do catálogo
Alias da loja
ID do selo
[1, 2, 3, 4, 5]
Produtos excluídos com sucesso do selo
Was this page helpful?