question-answers

Delete Question Answer

POST
Deletes a question-answer.

Request

This endpoint expects an object.
id
stringRequired
The ID of the question-answer.
question_answer_id
stringOptional
The ID of the question-answer.
POST
1curl -X POST https://api.devrev.ai/question-answers.delete \
2 -H "Authorization: <apiKey>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "id": "id"
6}'