Skip to content

Delete account

DELETE
/v1/me

Delete the signed-in user's account and everything tied to it — projects, files, wallet, credit ledger, notifications — with no way to undo it. You must re-enter the current password to confirm, so an accidental click or a hijacked session token alone can't trigger it. Any remaining prepaid credit is forfeited. Requires an interactive login: this irreversible identity/security action can't be performed with an API key (403 interactive_auth_required).

Authorizations

Bearer

JWT bearer token from POST /v1/auth/login.

Type
HTTP (bearer)
or
ApiKey

Scoped API key for non-interactive clients (issued by PBI #1426).

Type
API Key (header: X-Api-Key)

Request Body

application/json
One of

Account-deletion payload (DELETE /me) — the current password, re-entered to confirm.

The account's current password, re-entered to confirm the deletion.

Responses

OK

application/json

Success body for DELETE /me.

Always true on success.

A human-readable confirmation to show the caller.

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI