Skip to main content
DELETE
/
notifiers
/
{id}
cURL
curl --request DELETE \
  --url https://api.axiom.co/v2/notifiers/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authenticate using an API token or personal access token (PAT). Include the token as a Bearer token: Authorization: Bearer <token>. For more information, see Tokens.

Path Parameters

id
string
required

Response

204

(empty)