Skip to main content

Deleting Product Data

Using the UI

Delete a single product

To delete a single product, go to the Products page then click on the ... on the product row and select delete.

Bulk Delete

To delete all of your product data in the system, go to settings then click the Delete button on the Business page and wait a few minutes.

Using a File Import

To delete one or more products using a file import, see here.

Using the API

To delete products using the API call the delete product endpoint.

curl --location --request DELETE 'https://api.axiomdata.io/api/suppliers/products/{{product_identifier}}' \
--header 'Authorization: Bearer xxxxxxxxxAOSAI5bAFRC0ivFnYGxdNngd4DVFbQq'