Skip to main content

astroctl_notifications_integrations_delete

astroctl notifications integrations delete

Delete a notification integration

Synopsis

Delete a notification integration configuration

astroctl notifications integrations delete [flags]

Examples


# Delete email integration
astroctl notifications integrations delete --channel email

# Delete Slack integration
astroctl notifications integrations delete --channel slack

Options

--channel string Channel type (email, slack) (required)
-h, --help help for delete

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO