Skip to main content

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

Empty string if deletion is successful

Schema

    string

Loading...