The consent ID for the consent to revoke.
Revoke Consent
Get Token
Connect Invitation
Get Consents
Bank Account Verification
Bank Data
Income Verification
Affordability
Bank Data (stored)
Income Verification (stored)
Payment Account Confirmation
Affordability (stored)
Atto Score
Consumer Financial Health
Business Financial Health
Categorisation Engine
Income Verification Engine
Affordability Engine
Get Statement
Accounts
Atto Developer Documentation (all)
Download OpenAPI description
Overview
URL
API Support
License
Languages
Servers
UK Environment (Production)
https://uk.api.atto.co/
US Environment (Production)
https://us.api.atto.co/
This allows you to revoke an active consent. Please note that this will not remove any stored data for the consent.
- UK Environment (Production)
https://uk.api.atto.co/consents/v1/{consentId}/revoke
- US Environment (Production)
https://us.api.atto.co/consents/v1/{consentId}/revoke
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://uk.api.atto.co/consents/v1/{consentId}/revoke' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'