curl --request DELETE \
--url https://api.getovra.com/passkeys/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webauthnAssertion": {
"challengeId": "<string>",
"assertion": {}
}
}
'{
"error": "<string>"
}Phase 14.1 assertion-gated:
curl --request DELETE \
--url https://api.getovra.com/passkeys/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"webauthnAssertion": {
"challengeId": "<string>",
"assertion": {}
}
}
'{
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.