Skip to main content
DELETE
/
admin
/
product-fiscal-categories
/
{productId}
Eliminar categoría por productId
curl --request DELETE \
  --url https://api.artisn.desarrollo-redbrand.com/api/admin/product-fiscal-categories/{productId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productId
string
required

Response

Eliminado