Skip to main content
POST
/
deleteInfo
cURL
curl --request POST \
  --url https://gateway.varchev.com/kyc/deleteInfo \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-token: <x-token>' \
  --data '
{
  "sessionId": "eb8653f4-9fb9-4e8e-945c-6f01620d722d"
}
'

Authorizations

Authorization
string
header
required

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

Headers

X-token
string
required

authentication token from /authorize response

Body

application/json

Sample Payload

sessionId
string
required

Response

default

Default response