POST
/
offering-purchase-intent
/
{offeringPurchaseIntentId}
/
cancel
curl --request POST \
  --url https://api.decentri.org/offering-purchase-intent/{offeringPurchaseIntentId}/cancel
{
  "result": {
    "status": "success",
    "data": {
      "message": "The offering purchase intent has been successfully validated"
    }
  }
}

Path Parameters

offeringPurchaseIntentId
string
required

Response

200
application/json
The purchase intent has been successfully cancelled
result
object
required

The result