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>"
}

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