---
title: "Delete an On-Call notification rule for a user"
method: DELETE
path: "/api/v2/on-call/users/{user_id}/notification-rules/{rule_id}"
tags: ["On-Call"]
---

# Delete an On-Call notification rule for a user

`DELETE /api/v2/on-call/users/{user_id}/notification-rules/{rule_id}`

Delete a notification rule for a user. The authenticated user must be the target user or have the `on_call_admin` permission

## Path parameters

- `user_id` string, required
- `rule_id` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
