---
title: "Delete DAG notification settings"
method: DELETE
path: "/dags/{fileName}/notifications"
tags: ["notifications"]
---

# Delete DAG notification settings

`DELETE /dags/{fileName}/notifications`

Removes all server-side notification settings for the specified DAG. Developer, manager, or admin only.

## Path parameters

- `fileName` string, regex, required — Name of the DAG file

## Query parameters

- `remoteNode` string

## Response `204`

DAG notification settings deleted

## Other responses

- `404` — No notification settings configured for this DAG
- `default` — Unexpected error

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
