Delete product

Permanently deletes a product by its ID.

Warning: This will also delete all associated product prices. If the product is referenced in quotation lines, the deletion may fail or leave orphaned references.

Consider archiving the product instead of deleting it to preserve historical data:

PUT /api/products/:id
{"archived": true}

Path Parameters

ParameterTypeRequiredDescription
idintegerYesProduct unique identifier

Response

  • 204 No Content: Product successfully deleted
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Product not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
204

Resource deleted

401

Unauthorized

404

Resource not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!