Delete a Spike Protection Notification Action

DELETE /api/0/organizations/{organization_slug}/notifications/actions/{action_id}/

Deletes a Spike Protection Notification Action.

Notification Actions notify a set of members when an action has been triggered through a notification service such as Slack or Sentry. For example, organization owners and managers can receive an email when a spike occurs.

Path Parameters

organization_slug (string)
REQUIRED

The slug of the organization the resource belongs to.

action_id (integer)
REQUIRED

ID of the notification action to retrieve

Scopes

<auth_token> requires one of the following scopes:
  • org:admin
  • org:read
  • org:write
curl https://sentry.io/api/0/organizations/{organization_slug}/notifications/actions/{action_id}/ \
 -H 'Authorization: Bearer <auth_token>' \
 -X DELETE
RESPONSE
No Content.