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.
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Bearer <token>
Installation deleted successfully
Was this page helpful?