Skip to main content
DELETE
/
workflows
/
{workflow_id}
[Beta] Delete a workflow
curl --request DELETE \
  --url https://api.open.cx/workflows/{workflow_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workflow_id
string
required

Response

Default Response

success
boolean
required
message
string
required