Skip to content

Delete a WebAuthn enrollment

Request

OAuth 2.0 scope:
  • okta.myAccount.webauthn.manage

Deletes a specified Passkey (FIDO2 WebAuthn) enrollment

Path
idstringrequired

Unique identifier of the Passkey (FIDO2 WebAuthn) enrollment

Example:fwfn3c3rryqStmyp20g4
Headers
Acceptstringrequired

Specifies the API version. Current version: 1.0.0

Example:application/json; okta-version=1.0.0
DELETE
/idp/myaccount/webauthn/{id}
curl -i -X DELETE \
  https://okta-subdomain.pixtulate.com/idp/myaccount/webauthn/fwfn3c3rryqStmyp20g4 \
  -H 'Accept: application/json; okta-version=1.0.0'

Responses

No Content

Bodyapplication/json;okta-version=1.0.0
Response
No content