cURL
curl --request DELETE \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/follow-up-prompts/{followUpPromptId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Deleted follow-up prompt of the chatbot successfully", "data": null }
Delete follow-up prompt of the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Your Chatbot Id
Your Follow Up Prompt Id
OK
Success Response
Indicates whether this is success response or error response
Overall message regarding the operation performed
Data returned from the server
Was this page helpful?