Chat9
APIKnowledge

Delete Faq

DELETE
/api/v1/knowledge/faq/{faq_id}
/api/v1/knowledge/faq/{faq_id}

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Path Parameters

faq_id
Required
Faq Id

Format: "uuid"
curl -X DELETE "https://api.getchat9.live/api/v1/knowledge/faq/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "Authorization: Bearer <token>"

Successful Response

{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "deleted": true
}