Skip to content

Delete Notification Channel

POST/web/v1/notification-channels/command/delete WEB

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