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>'