Delete a predefined question
DELETE/auth/questions/:chat_id
Deletes a specific predefined question from a chatbot.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Success - Question deleted successfully.
Question id cannot be empty
Unauthorized Access
You do not have permission to delete the question
Question not found
Internal Server Error