API 1
cURL
curl --request DELETE \ --url https://external.pleo.io/v1/installations/me \ --header 'Authorization: Bearer <token>'
Deletes the installation for the client and will revoke all access and refresh tokens for the client.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Installation deleted successfully
Was this page helpful?