DELETE
/
workflow
/
{id}
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

200
application/json
Workflow deleted successfully
status
boolean

Operation status

message
string

Success message