---
title: "DELETE /v1/notification-channels/{id}"
method: DELETE
path: "/v1/notification-channels/{id}"
tags: ["NotificationChannel"]
---

# DELETE /v1/notification-channels/{id}

`DELETE /v1/notification-channels/{id}`

## Path parameters

- `id` string, required

## Headers

- `Authorization` string

## Response `200`

Returns the deleted notification channel

- NotificationChannelOutput
  - `data` object, required
    - `name` string, required
    - `type` 'email', required
    - `config` object, required
      - `addresses` string[], required
    - `isDefault` boolean, required
    - `id` string, uuid, required
    - `userId` string, uuid, required
    - `createdAt` unknown, required
    - `updatedAt` unknown, required

## Other responses

- `400` — Validation error responded when some request parameters are invalid
- `401` — Unauthorized error responded when the user is not authenticated
- `403` — Forbidden error responded when the user is not authorized
- `404` — Returns 404 if the notification channel is not found
- `500` — Internal server error, should probably be reported

---

[API](https://skmtc.net/akash-network/apis/akash-network-console-api.md) · [All operations](https://skmtc.net/akash-network/apis/akash-network-console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akash-network/akash-network-console-api/versions/bb0b68662ba3/schema)
