Skip to main content
DELETE
Delete

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-07-29-1"

Path Parameters

id
string
required

Passkey ID, prefixed wcred_.

Body

application/json
authenticator_data
string
required

The authenticatorData from the WebAuthn assertion, base64url-encoded.

client_data_json
string
required

The clientDataJSON from the WebAuthn assertion, base64url-encoded.

signature
string
required

The signature from the WebAuthn assertion, base64url-encoded.

Response

passkey deleted

deleted
boolean
required

Always true: the passkey was removed.

id
string
required

The ID of the deleted passkey.