Skip to main content

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

Empty string if cancellation is successful

Schema

    string

Loading...