Overview

Delete notifier

Delete notifier

DELETE/v2/notifiers/{id}
Features

Send the token in the Authorization: Bearer API_TOKEN header. See Tokens for which token types this endpoint accepts.

Input1
Authorizationheaderrequired
Sent from your browser straight to the API — never to Docsbook, never stored.
idstring · pathrequired
(path)
Responses
204(empty)
Example input
curl -X DELETE 'https://api.axiom.co/v2/notifiers/{id}' \
  -H 'Authorization: Bearer API_TOKEN'

Updated

Was this page helpful?