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
- Sandbox environmenthttps://api.sbx.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
- US production environmenthttps://api.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
- EU production environmenthttps://api.eu.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
- CA production environmenthttps://api.ca.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
- AU production environmenthttps://api.au.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
- JP production environmenthttps://api.gasne1-ts01.transmitsecurity.io/cis/v1/auth/mobile-biometrics/delete
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"
}'