Skip to main content
DELETE
/
api
/
v1
/
flow
/
{uuid}
/
steps
/
{step}
Delete a step (and its branch children if any)
curl --request DELETE \
  --url https://{subdomain}.mihu.ai/api/v1/flow/{uuid}/steps/{step} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "message": "Agent not found",
  "data": []
}

Documentation Index

Fetch the complete documentation index at: https://developers.mindhunters.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Path Parameters

uuid
string<uuid>
required
step
string<uuid>
required

Response

Deleted