POST
/
v2
/
connect
/
manage
/
delete
curl --request POST \
  --url https://{projectId}.frontendapi.corbado.io/v2/connect/manage/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "connectToken": "<string>",
  "credentialID": "<string>"
}'
{
  "credentialID": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Contains the ID of the deleted passkey.

The response is of type object.