delete offer
DELETE/org/:orgId/offer/:offerId
The offer is soft deleted (marked as DELETED status) in Suger service. Only the offer with status = "DRAFT", "CREATE_FAILED", "EXPIRED" or "CANCELLED" is allowed to be deleted.
Request
Path Parameters
orgId stringrequired
Organization ID
offerId stringrequired
Offer 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 error
- application/json
- Schema
Schema
string
Loading...