curl --request DELETE \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webauthn/credentials/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "<string>",
"statusCode": 123
}Remove a registered FIDO2 credential.
curl --request DELETE \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/webauthn/credentials/{id} \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "<string>",
"statusCode": 123
}