Skip to main content
DELETE
/
workflow
/
{id}
Delete Workflow
curl --request DELETE \
  --url https://{api-address}.org.machina.gg/workflow/{id} \
  --header 'x-api-token: <api-key>'
{
  "status": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.machina.gg/llms.txt

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

Authorizations

x-api-token
string
header
required

API key authentication

Path Parameters

id
string
required

Unique ID of the workflow to delete

Response

Workflow deleted successfully

status
boolean

Operation status

message
string

Success message