Delete product
Deletes a product.
Required scope: products:delete
Request URL: https://api.tracksales.co/v1/products/{uuid}
Path Params
uuidstringrequired
Product UUID
Responses
200OK
Product deleted successfully.
401Unauthorized
API key is missing or invalid.
403Forbidden
API key lacks the required scope.
404Not Found
Product was not found.