Skip to main content
DELETE
/
3p
/
api
/
v1
/
transaction
/
{uuid}
Cancel a transaction ( SUNSETTING )
curl --request DELETE \
  --url https://api.grailpay.com/3p/api/v1/transaction/{uuid} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme. This is provided by the GrailPay Customer Support Team

Path Parameters

uuid
string
required

UUID of the transaction to cancel

Response

Transaction canceled successfully