Skip to main content
DELETE
/
orgs
/
{org_id}
/
knowledge
/
contents
/
{content_id}
Delete Content
curl --request DELETE \
  --url https://api.example.com/orgs/{org_id}/knowledge/contents/{content_id}
"<unknown>"

Path Parameters

org_id
string
required

The ID of the org

content_id
string
required

The ID of the content

Response

200 - application/json

The response is of type unknown.