Last updated 3 years ago
DELETE https://{{account_id}}.acquire.io/api/v1/bot/qna/{{id}}
DELETE
https://{{account_id}}.acquire.io/api/v1/bot/qna/{{id}}
Delete a QnA. The QnA "id" must be passed in to the endpoint as a path parameter. Warning: This action cannot be undone.
"id"
id
integer
Specify the QnA id to delete
Authorization
string
Bearer {{api_key}}
{ "data": { "success": true, "message": "Question Deleted Successfully", "delId": 3776 } }
Delete a QnA