EasypanelDocs

Delete a notification channel

Deletes a notification channel and reschedules disk-load checks.

POST
/destroyNotificationChannel

Deletes a notification channel and reschedules disk-load checks.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/destroyNotificationChannel" \  -H "Content-Type: application/json" \  -d '{    "id": "string"  }'
null