Delete Product Data
Delete products from your catalogue individually, in bulk, through file imports, or via the API.
product-deleteDelete products.product-mass-deleteDelete products in bulk.supplier-data-mass-deleteBulk-delete supplier data (products, prices, stock).supplier-data-mass-delete-statusCheck the status of a bulk data deletion.
Overview
Delete products from your catalogue individually or all at once using the UI, in bulk by importing a CSV file, or programmatically through the API.
Deleting a Single Product
To remove an individual product using the UI:
- Navigate to the Products page
- Select ... on the product row
- Select the delete option

Bulk Deleting Products
To remove all products at once using the UI:
- Navigate to the settings area
- Navigate to the Business page
- Select the Delete button
- Wait for the platform to finish processing the deletion

Using a File Import
You can delete multiple products by importing a CSV file:
- Prepare a CSV file in the required format
- Import the file to process multiple product deletions at once
- Check the import status to confirm that your products were deleted
For detailed instructions on file-based deletion, see here.
Using the API
You can delete products programmatically through the API:
DELETE/api/suppliers/products/%7B%7Bproduct_identifier%7D%7D
curl --location --request DELETE 'https://api.axiomdata.io/api/suppliers/products/{{product_identifier}}' \
--header 'Authorization: Bearer xxxxxxxxxAOSAI5bAFRC0ivFnYGxdNngd4DVFbQq'
Tip
Before you perform a bulk deletion, export your current product data so you have a backup for reference.