DELETE /notifications/channels/{id} -
| Parameter | Parameter Type | Data Type |
|---|---|---|
| api-key | header | string Required |
| Authorization | header | string Required |
invalid HTTP_API_KEYNot authenticated200 - Success401 - Unauthorized actioncurl --request DELETE \
--url https://api-dev.radiozu.ro/v1/notifications/channels/7 \
--header 'Accept: application/json' \
--header 'Authorization: Bearer AUTH_TOKEN' \
--header 'api-key: API_KEY'