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.
The ID of the bot the workflow belongs to
The ID of the workflow to delete
Response confirming workflow deletion
true