Delete authenticators API

https://api.alert.alertinghub.co.uk/api/json/delauths

The delete authenticators API allows you to remove a number of tracked authenticators in one call.

JSON sample

{
    "version": "latest",
    "apiKey": "abcdefghijklmnopqrstuvwxyz",
    "authenticators" : [
        {
            "label" : "MyTest2",
            "issuer" : "AcmeTrading"
        }
    ]
}

API parameters

ParameterRequirementDefaultDescription
versionMandatoryNoneSee API guide
apiKeyMandatoryNoneSee API guide
allOptionalfalseIf true then all tracked authenticators will be deleted.
authenticatorsOptionalNoneArray containing details of each authenticator to be deleted.
  issuerMandatoryNoneIssuer associated with the authenticator.
  labelMandatoryNoneLabel associated with the authenticator.

Response

ParameterDescription
successtrue | false. If false then failureReason should also be returned.