Server API
Delete Authenticator
API Reference
Server API
Client API
- Overview
- GETGet Authenticators
- GETGet Authenticator Configurations
- SMS
- Email OTP
- Email magic link
- Authenticator app
- Passkey
- Push
Management API
- Overview
- GETGet Tenant
- Action Configurations
- Rules
- Custom Lists
- Custom Data Points
- Theme
Call Connect API
- Caller Authentication
Terminal API
- Payment Session
Server API
Delete Authenticator
Delete a user’s enrolled authenticator.
DELETE
/
users
/
{userId}
/
authenticators
/
{userAuthenticatorId}
curl --request DELETE \
--url https://api.authsignal.com/v1/users/{userId}/authenticators/{userAuthenticatorId}
This response has no body data.
Was this page helpful?
curl --request DELETE \
--url https://api.authsignal.com/v1/users/{userId}/authenticators/{userAuthenticatorId}
This response has no body data.