Delete the specified article.
Request method | Request address |
POST | https://api.helplook.net/api/content/remove-article |
Body Type: multipart/form-data
parameter
parameter name | type | Required | illustrate |
---|---|---|---|
token | string | yes |
Get it from the AI Integrations -> AI Token |
ids | array | yes | Article ID->Get it through the "Get Document List API" |
response:
{
"data": {
"ids": [
"157124",
"157122"
]
},
"msg": "Success",
"code": 200
}