Delete product

Deletes a product.

DELETEhttps://api.tracksales.co/api/v1/products/{uuid}

Required scope: products:delete

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.