Dismiss the parked account-creation intent without creating anything
/v1/auth/accounts/resumeDiscards the signed-in admin's parked account-creation intent without provisioning anything — the decline branch of the resume review, covering both "I changed my mind" and "this wasn't me" (the register form is public, so a third party can park an intent against any known email). Guarded by UserJwtGuard. Idempotent: returns 204 whether or not an intent existed.
Responses
Parked intent discarded
application/json
error *ApiErrorBodyDto
application/json
error *ApiErrorBodyDto
curl -X DELETE "https://auth.canopy-io.com/v1/auth/accounts/resume"
HTTP/1.1 204 Parked intent discarded (empty body)
Tell us how we can improve this guide.