---
id: notification-channel-delete
title: "Delete a channel"
description: "Delete a notification channel. This action cannot be undone."
sidebar_label: "Delete a channel"
hide_title: true
hide_table_of_contents: true
api: eJzdVt9v2zYQ/leIe2oBzXYT50VvWZJhGYYhaB20QBIEZ/JssaVIlTxlyQz978NRsiM7AVZgaAfMD7JM34/vvrvj3QYMJR1twzZ4KOGcHDEpVD6wXVmNcq50hd6Tm6hFZZNC3R+i94HVklTrTfA0gQJCQzGrXBooYWzjfrBRmuwBCkik22j5CcqbDSwJI8XTlisob+66uwIY1wnKGzjr9eCugAYj1sQUU9bxWBOUYA0UYAV8g1xBAZG+tjaSgZJjS8VBhIuK1OW5CivFFW0jUxxUD0yiSLqiGqHcAD814iJxtH4NXQH0iHXj5OzoeA6CM1Jqgk+URP5oNpevlx6zcWHtT0wqtVpTSqvWTcTm/NOnl0pnzpJnRTGGqHY+lGlJsFr/gM4aZX3TsgpR1TYl69fqmSIJRAfP5FmsY9O4IRXTz0lcbF7GGZafSfMehTeQGLlNZ8FI0jIeKKCmlHBNOStRss62Z2Ak/WzXeqY1id5+kL8uFleq11A6GFKRmkiJPEsskp/UkJYaUnrMxxuarCeFms9m8ngnj2N5zN9K1LsczWezTkjYwzLk8hDKqapRV9bTT5HQ4NLR4Cvj4gpZaWRah2j/otRjo/hAUa3QujbSnmdYorkXEilxLptM2zeAWEZLq0JVbY3+GclIalu4PTgxt2XjFn5Go973Tm9BDq49tlxlyOYW9skZSwvEbUb/GaQxVl7RKUOM1iWFy9DyM6x9P1L+AxW5+mt0qxBrMiqz6xmtJ7Mr6XEFd/lTwMlrHfKhp/+wQ6w3uc79WqFXNqWWVPAZ3OnVpUrW0P+sNdKYiKEYTqQ1TmZH8jjeT/zJf9cVEmz06O57ofuesh/WH5eDezWUzoXI9J0iJ1aTuvb4gNaJ1RcN86r6d22dU69aT48NaSYzhBS0bmMkM1FXjjCR4vikcI3WK4dMcds1GRdXQQbxbubmCVnCdDyZp8MMnG6s6fJcluj6EdtGByVUzE0qp1Ns7MS3zjUOWVp4okOdZ+B2lH+QrumLfTzQd7SIoe18zbdkFoJiePklxBoZSvjt4wIkAOtXQdQFT8/gu8lsMoMC2HJm6I9RIJKKJiSuMbfwsB7sNpohzMOkbJ6vgn+7/QxRMj3ytHFoM6JM4WZg/mZvJ5JraAeqtEaujCokFrnNZomJrqPrOjn+2lKUTemugAeMVuozJ8jYJO8GyhW6dLjsjGN78364uN6qb1iBXg1lOET/BALDtfILCvhCT/0e1t11BVSEhmJG1/9xqjU1PFJ5ceFKDe2K9fzi94vFBRSA+8VzUCzZwauINpteYhG+kO+6HUCW34Kx6/4G5//HuA==
sidebar_class_name: "delete api-method"
info_path: docs/api/notification
custom_edit_url: null
---

import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
import ParamsDetails from "@theme/ParamsDetails";
import RequestSchema from "@theme/RequestSchema";
import StatusCodes from "@theme/StatusCodes";
import OperationTabs from "@theme/OperationTabs";
import TabItem from "@theme/TabItem";
import Heading from "@theme/Heading";

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"Delete a channel"}
>
</Heading>

<MethodEndpoint
  method={"delete"}
  path={"/notification/channel/{id}"}
  context={"endpoint"}
>
  
</MethodEndpoint>



Delete a notification channel. This action cannot be undone.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
  children={"Request"}
>
</Heading>

<ParamsDetails
  parameters={[{"name":"id","in":"path","required":true,"description":"The ID of the channel to delete.","schema":{"type":"string"},"example":"234"}]}
>
  
</ParamsDetails>

<RequestSchema
  title={"Body"}
  body={undefined}
>
  
</RequestSchema>

<StatusCodes
  id={undefined}
  label={undefined}
  responses={{"204":{"description":"The deletion was successful."},"4XX":{"description":"Client error responses due to invalid input or missing parameters.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific client error (e.g., 400, 401, 403, 404).","example":400},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"bad_request"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Bad Request\", \"Unauthorized\").","example":"Bad Request"},"message":{"type":"string","description":"Additional details about the error.","example":"The request was malformed or contained invalid parameters."}}}}}},"5XX":{"description":"Server error responses indicating an issue on the API side.","content":{"application/json":{"schema":{"type":"object","required":["statusCode","error","message"],"properties":{"statusCode":{"type":"integer","description":"HTTP status code representing the specific server error (e.g., 500, 502, 503).","example":500},"code":{"type":"string","description":"A machine-readable error code that categorizes the server failure.","example":"internal_server_error"},"error":{"type":"string","description":"A brief, human-readable description of the error type (e.g., \"Internal Server Error\", \"Service Unavailable\").","example":"Internal Server Error"},"message":{"type":"string","description":"Additional details about the error.","example":"An unexpected error occurred. Please try again later."}}}}}}}}
>
  
</StatusCodes>


      