Skip to main content
DELETE
https://api.sitespeak.ai
/
v1
/
{chatbot_id}
/
finetunes
/
{finetune_id}
curl -X DELETE https://api.sitespeak.ai/v1/{chatbot_id}/finetunes/{finetune_id} \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Path Parameters

NameTypeDescription
chatbot_id*StringThe ID of your chatbot. You can find the ID on the settings page for your chatbot.
finetune_id*StringThe ID of the updated answer you want to delete.

Headers

NameTypeDescription
Accept*Stringapplication/json
Authorization*StringBearer
curl -X DELETE https://api.sitespeak.ai/v1/{chatbot_id}/finetunes/{finetune_id} \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"

Response

{
  "message": "Finetune deleted successfully"
}
Last modified on January 22, 2026