Klavi Link docs
Home
Link
Klaas
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
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
Reports(Non-FI)
Reports(For FI)
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
required
String
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" }
Updated 29 Sep 2024
Did this page help you?
PREVIOUS
Get Consent List
NEXT
Institutional-level report
Docs powered by
Archbee
TABLE OF CONTENTS
DELETE
revoke
Docs powered by
Archbee