Skip to main content
POST
/
api
/
auth
/
mfa-cancel
Abandon the current MFA challenge (user clicked Cancel)
curl --request POST \
  --url https://pria.praxislxp.com/api/auth/mfa-cancel \
  --header 'Content-Type: application/json' \
  --data '
{
  "challengeId": "65f2c9a1d8e4b3c5a1234567"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
challengeId
string
required

Opaque server-issued challenge identifier.

Example:

"65f2c9a1d8e4b3c5a1234567"

Response

Cancellation acknowledged.

success
boolean
Example:

true