DELETE
/
users
/
{userId}
/
authenticators
/
{userAuthenticatorId}
Delete authenticator
curl --request DELETE \
  --url https://api.authsignal.com/v1/users/{userId}/authenticators/{userAuthenticatorId}
This response does not have an example.

Path Parameters

userId
string
required

The ID of the user.

userAuthenticatorId
string
required

The ID of the user authenticator.

Response

OK