Skip to content

Delete Notification Channel

POST/web/v1/system/notifications/channels/delete WEB

Required Gateway Headers

All API requests require gateway headers. See Required Headers for the complete list. In local/test environments, you must also include Cloudflare simulation headers (CF-Connecting-IP, Cf-Ray, cf-ipcountry).

Deletes a notification channel by its business ID.

Required Headers

HeaderExample ValueDescription
Content-Typeapplication/jsonRequest content type
Acceptapplication/jsonExpected response type
X-Client-HashClient device fingerprint
Accept-Languageen, zh, zh-Hant, ja, viResponse language (default: en)
AuthorizationBearerJWT access token

Request Parameters

Request Body

ChannelDeleteRequest:

NameTypeRequiredInDescription
bizIdstringRequiredbodyChannel business ID to delete

Success Response

Success 200
{
  "code": "2000",
  "message": "SUCCESS",
  "data": null
}

Error Responses

CodeDescription
4000Validation error (missing bizId)
4010Unauthorized (invalid or missing JWT token)
4030Turnstile verification failed
4040Channel not found

Notes

  • This operation is permanent and cannot be undone.

SlaunchX Internal Documentation