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" }'
The access token received from the authorization server in the OAuth 2.0 flow.
authentication token from /authorize response
Sample Payload
The body is of type object.
object
Default response