Skip to content

Cancel my pending email change

POST
/v1/me/change-email/cancel

Abort a pending email change you started, from inside the app. Safe to call when nothing is pending — it just reports that there was nothing to cancel.

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)

Responses

OK

application/json

Email-change cancel result (POST /auth/cancel-email-change + POST /me/change-email/cancel, #2125).

true when a pending change was cancelled; false when there was nothing to cancel.

A short human-readable outcome for the caller to surface.

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI