---
title: "Delete notification method"
method: DELETE
path: "/notification_methods/{method_id}"
tags: ["Notifications"]
---

# Delete notification method

`DELETE /notification_methods/{method_id}`

Delete a notification method owned by the current account.

**Errors**
- 401 Authentication required.
- 404 Notification method not found.
- 409 Method is still used by active notifications.
- 422 Request validation error.

## Path parameters

- `method_id` integer, required — ID of the notification method.

## Response `200`

Method deleted successfully.

- unknown

## Other responses

- `401` — Authentication required.
- `404` — Notification method not found.
- `409` — Method is still used by active notifications.
- `422` — Validation Error

---

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