Delete Kb Article V2
Soft-delete an article (sets deleted_at, does not physically remove).
Soft-delete an article (sets deleted_at, does not physically remove).
AuthorizationBearer <token>
In: header
Path Parameters
article_id*Article Id
Response Body
application/json
curl -X DELETE "https://loading/api/v2/kb/articles/string"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}