curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v0/chatbots//follow-up-prompts/' \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "Deleted follow-up prompt of the chatbot successfully",
"data": null
}