Hide
POST api/v1/message/hide
Note: This is to hide a message. You can only hide the ones sent by you.
Header
Field
Type
Remarks
ApiKey
String
Authorization
String
Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is returned by /api/v1/auth
Request Parameters
Field
Type
Remarks
id
String
Message id
Request Example
Response Parameters
Field
Type
Remarks
code
String
the Return Code
desc
String
the Return Message
data
Object
the Data
Response Body
Return Code
code
desc
Remarks
0
success
the flag for a successful request
Last updated