All Products
Search
Document Center

OpenSearch:DeleteKnowledgeEntry

Last Updated:Aug 07, 2023

Deletes a Q&A entry from the knowledge base.

Request syntax

DELETE /v3/openapi/apps/[app_group_identity]/knowledge/entries/[entry_id]

Request parameters

Parameter

Type

Location

Description

app_group_identity

String

Path

The application name, application ID, or instance ID.

entry_id

String

Path

The entry ID.

Response parameters

Parameter

Type

Description

Example

object

The response body.

request_id

string

The request ID.

766CF6DB-CA02-3E12-7CBA-6AC21FC978FD

result

array

The returned result.

true

errors

array

The error code.

6120

status

string

The status of the application. Valid values:

  • producing

  • review_pending

  • config_pending

  • normal

  • frozen

normal

Sample response body

{
  "request_id": "123-456",
  "result": true,
  "errors": [],
  "status": "OK"
}