Skip to main content
DELETE
/
bots
/
{botId}
/
workflows
/
{id}
Delete a workflow
curl --request DELETE \
  --url https://api.helloannie.com/v1/bots/{botId}/workflows/{id}
{
  "success": true,
  "data": {},
  "message": "<string>"
}

Path Parameters

botId
string<uuid>
required

The ID of the bot the workflow belongs to

workflowId
string<uuid>
required

The ID of the workflow to delete

Response

Response confirming workflow deletion

success
enum<boolean>
required
Available options:
true
data
object
required
message
string
required