Skip to content

Delete authenticator

Request

Deletes a user's authenticator by ID.

Required permissions: apps:delete, [appId]:delete, authenticators:delete.

Security
ClientAccessToken
Path
user_idstringrequired

ID of the user

authenticator_idstringrequired

ID of the authenticator to delete.

curl -i -X DELETE \
  'https://api.sbx.transmitsecurity.io/cis/v1/users/{user_id}/authenticators/{authenticator_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Authenticator Deleted