Skip to main content
DELETE
/
users
/
{userId}
/
authenticators
/
{userAuthenticatorId}
Delete authenticator
curl --request DELETE \
  --url https://api.authsignal.com/v1/users/{userId}/authenticators/{userAuthenticatorId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "error": "<string>",
  "errorDescription": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.authsignal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your Authsignal Server API secret key as the username and leave the password empty. The secret key can be found in the API Keys section of the Authsignal Portal settings page.

Path Parameters

userId
string
required

The ID of the user.

userAuthenticatorId
string
required

The ID of the user authenticator.

Response

OK