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
Parameter | Requirement | Default | Description |
---|---|---|---|
version | Mandatory | None | See API guide |
apiKey | Mandatory | None | See API guide |
all | Optional | false | If true then all tracked authenticators will be deleted. |
authenticators | Optional | None | Array containing details of each authenticator to be deleted. |
issuer | Mandatory | None | Issuer associated with the authenticator. |
label | Mandatory | None | Label associated with the authenticator. |
Response
Parameter | Description |
---|---|
success | true | false. If false then failureReason should also be returned. |