Skip to main content
DELETE
/
api
/
products
/
{id}
Delete Product
curl --request DELETE \
  --url https://api.example.com/api/products/{id}

Documentation Index

Fetch the complete documentation index at: https://docs.wisepim.com/llms.txt

Use this file to discover all available pages before exploring further.

Delete a product from the system.

Path Parameters

id
integer
required
The ID of the product to delete

Response

Returns a 204 No Content response on successful deletion.