Delete account access consent
documentedRevoke an account access consent.
DELETE /account-access-consents/{consent_id}Account accessno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://oba.revolut.com/account-access-consents/{{$consent_id}}" \
-X DELETE \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "x-fapi-financial-id: 001580000103UAvAAM" \
-H "x-fapi-customer-last-logged-time: {{$last_logged_time}}" \
-H "x-fapi-customer-ip-address: {{$customer_ip_address}}" \
-H "x-fapi-interaction-id: {{$interaction_id}}" \
-H "x-customer-user-agent: {{$user_agent}}" \
-H "Accept: application/json"