Skip to main content
Skip to main content

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:

  1. Navigate to the Products page
  2. Select ... on the product row
  3. Select the delete option
Deleting a single product

Bulk Deleting Products

To remove all products at once using the UI:

  1. Navigate to the settings area
  2. Navigate to the Business page
  3. Select the Delete button
  4. Wait for the platform to finish processing the deletion
Bulk delete button

Using a File Import

You can delete multiple products by importing a CSV file:

  1. Prepare a CSV file in the required format
  2. Import the file to process multiple product deletions at once
  3. 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.