Delete a client and everything attached
Destructive. Removes the Client, every Connection they own, and all derived accounts / transactions / statements. This also revokes any active aggregator-side authorizations.
There’s no undo and no soft-delete — make sure your user intends to disconnect before calling this. A clean end-of-relationship offboarding usually looks like: revoke connection-by-connection first, then delete the Client when nothing’s left.
Authorizations
Pass your secret key in the Authorization header as a Bearer
token: Authorization: Bearer sk_test_... (sandbox) or
Bearer sk_live_... (production).
Keys are created in the developer portal and the plaintext secret is shown exactly once at creation. Treat them like passwords — never embed them in mobile apps or front-end code.
Path Parameters
Response
Client and all associated data removed.
