DELETE
/
products
/
{id}

Authorizations

Authorization
string
headerrequired

S2S access token (JWT) from fabric Identity service (during Login)

Headers

x-fabric-tenant-id
string

A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.

x-fabric-request-id
string

Unique request ID

Path Parameters

id
string
required

24-character system-generated product ID

Query Parameters

deleteVariants
boolean
default: true

true(default): Delete variants of the product <br /> false: Don't delete variants of the product and make them regular items. <br /> Note: This parameter will have no impact if the status is DRAFT.

status
enum<string>
default: ALL

Determines the version of the product applicable for this operation (endpoint action). <br /> 1. If the status is 'DRAFT', this operation will only impact the Draft version of the product, if it exists. <br /> 2. If the status is 'ALL', this operation applies to both the Draft and Live versions of the product.

Available options:
DRAFT,
LIVE,
ALL