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
- 200
- 400
- 404
- 500
Empty string if deletion is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Not found error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...