Skip to main content
DELETE
/
payment
/
token
/
delete
/
{organizationId}
/
{registrationId}
cURL
curl --request DELETE \
  --url https://gateway.varchev.com/ipg/payment/token/delete/{organizationId}/{registrationId} \
  --header 'Authorization: Bearer <token>'
{
  "result": {
    "code": 123,
    "description": "<string>"
  },
  "registrationId": "<string>",
  "timestamp": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required
registrationId
string
required

Response

Success

result
object
registrationId
string | null
timestamp
string | null