cURL
curl --request DELETE \ --url https://api.helloannie.com/v1/bots/{botId}/workflows/{id}
{ "success": true, "data": {}, "message": "<string>" }
Permanently delete a workflow and all its steps.
Documentation IndexFetch the complete documentation index at: https://docs.helloannie.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.helloannie.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the bot the workflow belongs to
The ID of the workflow to delete
Response confirming workflow deletion
true