Remove Chatroom Message Allowlist
Remove one or more message types from the chatroom message type allowlist.
Request Method
POST: https://data center domain/chatroom/whitelist/delete.json
Rate Limit: 100 requests per second
Signature Rule: All server API requests must follow the signature verification rules. For details, see API Request Signature.
Body Parameters
The HTTP request body is formatted as application/x-www-form-urlencoded
and supports the following HTTP form parameters:
Parameter | Type | Required | Description |
---|---|---|---|
objectnames | String | Yes | Message identifier, up to 20 custom message types, with a maximum length of 32 characters |
Request Example
POST /chatroom/whitelist/delete.json HTTP/1.1
Host: api.rong-api.com
App-Key: c9kqb3rdkbb7j
Nonce: 1167631608
Timestamp: 1408710653491
Signature: c8ef4d25e5684e9fca820140eaf6a36abc4fbc93
Content-Type: application/x-www-form-urlencoded
objectnames=RC:VcMsg&objectnames=RC:ImgTextMsg&objectnames=RC:ImgMsg
Response
The HTTP response body contains a JSON object with the following structure:
Return Value | Return Type | Description |
---|---|---|
code | Number | Return code, 200 for success. |
Response Example
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{"code":200}