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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.scute.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?