Klavi Conecte Docs
Home
Conecte
Klaas
Analise
Monitore
Navigate through spaces
⌘
K
OVERVIEW
DEVELOPER GUIDE
Overview
Concepts
How to integrate Link
API Call Sequence Diagram
Integration with WhiteLabel
WhiteLabel User Journey
WhiteLabel Web Tracking
Postman Collection
Participant Institutions
Consent Permissions
Environment
Security
Rate Limits and Throughput
Date and Time formatting
Open Data Input Format
Codes and Errors
FAQ
WEBHOOKS
Overview
API Event Webhooks
Product Webhooks
PRODUCTS
Overview
Statement
Credit Risk
Market Intelligence
KYC
API REFERENCE
Overview
Authentication
Link
Institutions
Consents
Request Reports
Release History
Docs powered by
Archbee
API REFERENCE
Consents
Revoke a Consent
1min
Revoke a consent by its consentId
DELETE
Request
Header Parameters
Authorization
String
required
Bearer access token, it returned by the /auth
Curl
1
curl
--location
--globoff
--request
DELETE
'https://api-sandbox.klavi.ai/data/v1/consents/{consentId}/revoke'
\
2
--header
'Accept: application/json'
\
3
--header
'Content-Type: application/json'
curl --location --globoff --request DELETE 'https://api-sandbox.klavi.ai/data/v1/consents/{consentId}/revoke' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
Responses
200
1
{
2
"message"
:
"ok"
3
}
{ "message": "ok" }
PREVIOUS
Get Consent List
NEXT
Institutional-level report
Docs powered by
Archbee
Docs powered by
Archbee