Skip to content

Delete mobile biometrics

Request

Deletes mobile biometrics authenticator for a user that is currently logged in. This API must be called from the backend using the user access token. If successful, the key will be deleted for the user that corresponds to the authorization token.

Security
UserAccessToken
Bodyapplication/jsonrequired
publicKeyIdstringrequired

ID of the public key

curl -i -X DELETE \
  https://api.sbx.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "publicKeyId": "string"
  }'

Responses

Mobile biometrics authenticator deleted

Response
No content