Skip to main content
DELETE
/
api
/
v1
/
workflows
/
{id}
Delete a workflow
curl --request DELETE \
  --url https://app.dimred.com/api/v1/workflows/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.

Path Parameters

id
string
required

Workflow identifier

Response

Workflow deleted successfully

success
boolean

Operation success status