Skip to main content

delete product

DELETE 

/org/:orgId/product/:productId

The product is soft deleted (marked as DELETED status) in Suger service. only the products with non PUBLIC status are allowed to be deleted.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    productId stringrequired

    Product ID

Responses

Empty string if deletion is successful

Schema

    string

Loading...