DELETE
/
3p
/
api
/
v2
/
transactions
/
{uuid}
{
  "status": true,
  "message": "Transaction cancelled.",
  "data": null,
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

uuid
string
required

UUID of the transaction to cancel

Response

204
application/json
Transaction canceled successfully
status
boolean
Example:

true

message
string
Example:

"Transaction cancelled."

data
object
Example:

null

errors
string
Example:

null

error_code
string
Example:

null