删除快速提示
开发环境
开发环境
DELETE
/api/v0/chatbots/{chatbotId}/quick-prompts/{promptId}
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v0/chatbots//quick-prompts/' \
--header 'Authorization: Bearer <token>'
响应示例响应示例
200 - 成功示例
{
"success": true,
"message": "Deleted quick prompt of the chatbot successfully",
"data": null
}
请求参数
Path 参数
chatbotId
string
必需
promptId
string
快速提示ID
Header 参数
Authorization
string
必需
示例值:
Bearer <token>
返回响应
修改于 2024-03-28 08:08:48