API Overview
Message Callbacks
Status Codes
Overview
Destroys an Official Account and removes all of its subscription relationships.
Request
Authentication: Add authentication headers to the request. See Authentication.
Method
POST
Rate limit
100 requests/second
Endpoint https://API domain/apigateway/publicchannel/destroy
Content-Type
application/json
Request Parameters
| Parameter | Data Type | Required | Description | |
|---|---|---|---|---|
| channel_id | string | Yes | Official Account ID. Maximum length: 32 characters. |
Request Example
POST /apigateway/publicchannel/destroy HTTP/1.1
appkey: appkey
signature: 2e639ae3600a4sdff61fb88b76f485b
nonce: nonce
timestamp: 1672568121910
Content-Type: application/json
{
"channel_id":"channel1"
}
Response Example
{
"code":0,
"msg":"sucess"
}