Skip to main content
DELETE
/
api
/
v2
/
backoffice
/
ops
/
recharges
/
cop
/
{order}
cURL
curl --request DELETE \
  --url https://sandbox.killb.app/api/v2/backoffice/ops/recharges/cop/{order} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "text": "<string>",
  "data": {
    "amount": "<string>",
    "transactionCost": "<string>",
    "currency": "<string>",
    "description": "<string>",
    "otp": "<string>",
    "operation": "<string>",
    "status": "<string>",
    "payvalidaCode": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

order
string
required

Recharge order to cancel

Example:

"order-5"

Response

code
string
required
text
string
required
data
object
required