POST
/
deleteInfo
curl --request POST \
  --url https://gateway.finhub.cloud/kyc/1.0.0/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
headerrequired

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
sessionId
string
required