curl --request DELETE \
--url https://{defaultHost}/v1/auth/{app_id}/challenges/{token}{
"error": "<string>",
"error_code": "<string>"
}Cancel an active challenge. This is a soft cancellation - the challenge will be marked as cancelled but not deleted.
curl --request DELETE \
--url https://{defaultHost}/v1/auth/{app_id}/challenges/{token}{
"error": "<string>",
"error_code": "<string>"
}Was this page helpful?