Skip to main content

Delete Product

DELETE 

/commerce/products/:productId

Delete product for a specified user and credential set

Request

Path Parameters

    productId stringrequired

    The product ID of the item

Query Parameters

    credentialId stringrequired

    The ID of the credential.

Header Parameters

    Authorization stringrequired

    Default value: bearer YOUR_API_KEY

Responses

200

Schema

    message string
Loading...