DELETE /v1/shop/products/ID_PRODUCT
Autenticacion
Este endpoint requiere tu token de API. Incluyelo en el body comotoken o como query param token/api-token. Ve Autenticacion para mas detalles.
Ejemplo de request
Respuesta
200 OK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Endpoint DELETE /v1/shop/products/ID_PRODUCT
DELETE /v1/shop/products/ID_PRODUCT
token o como query param token/api-token. Ve Autenticacion para mas detalles.
curl -X DELETE "https://api.shimli.app/v1/shop/products/ID_PRODUCT" \
-H "Content-Type: application/json"
{
"statusCode": 200,
"body": {
"err": false
}
}
Was this page helpful?
