Delete an account

To use this endpoint from the browser, you’ll need to specify the /accounts/{accountID}/profile.disconnect scope when generating a token, and provide the changed information.

This will sever the connection between you and the account specified and it will no longer be listed as active in the list of accounts. This also means you’ll only have read-only access to the account going forward for reporting purposes.

DELETE
/accounts/{accountID}
204 404 429
Account disconnected
No account with the specified accountID was found.
Request was refused due to rate limiting.

X-Retry-In

string <duration>
How long (in milliseconds) to wait until able to retry the request.

Path parameters

accountID

string <uuid> required
ID of the account.