cancel offer
POST/org/:orgId/offer/:offerId/cancel
Only the offer with status = "PENDING_ACCEPTANCE", "PENDING_CANCEL", "ACTIVE" or "USED" is allowed to cancel.
Request
Path Parameters
orgId stringrequired
Organization ID
offerId stringrequired
Offer ID
Responses
- 200
- 400
- 405
- 500
Empty string if cancellation is successful
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Method not allowed
- application/json
- Schema
Schema
string
Internal error
- application/json
- Schema
Schema
string
Loading...