Skip to main content
DELETE
/
smart-faq
/
{id}
Delete an FAQ
curl --request DELETE \
  --url https://api.closebot.com/smart-faq/{id} \
  --header 'X-CB-KEY: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The ID of the FAQ to delete.

Response

No Content