Skip to main content
DELETE
Delete product

Overview

Delete a product from your catalog. This is a permanent action and cannot be undone.

Authorization

  • User must be authenticated with a valid Bearer token
  • User must be a member of the tenant
  • Requires X-Tenant-ID header

Important Notes

  • Deletion is permanent
  • Consider soft deletes or archiving for better data retention
  • Check for existing orders before deleting products

Example Usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Tenant-ID
string
required

Tenant ID for multi-tenancy

Path Parameters

id
integer
required

Response

200

Product deleted