Skip to main content
DELETE
/
v1
/
auth
/
{app_id}
/
challenges
/
{token}
Cancel a challenge
curl --request DELETE \
  --url https://{defaultHost}/v1/auth/{app_id}/challenges/{token}
{
  "error": "<string>",
  "error_code": "<string>"
}

Path Parameters

app_id
string
required

App ID

token
string
required

Challenge token

Response

challenge cancelled