Skip to content

Delete a passkey

DELETE
/api/passkey/{id}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

id*
Typestring
Required
Pattern"[a-zA-Z0-9]+"

Responses

Success - passkey deleted

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python