Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete the WebAuthn Relying Party configuration for the application.
cURL
curl --request DELETE \ --url https://api.prelude.dev/v2/session/apps/{appID}/config/passkey \ --header 'Authorization: Bearer <token>'
{ "code": "app_not_found", "status": "not_found", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
No Content