Skip to main content
DELETE
/
workflows
/
{workflowId}
Delete a workflow
curl --request DELETE \
  --url https://production.runalloy.com/workflows/{workflowId} \
  --header 'Authorization: <authorization>' \
  --header 'x-api-version: <x-api-version>'
{
  "deleted": true
}

Headers

Authorization
string
default:bearer YOUR_API_KEY
required
x-api-version
string
default:2025-09
required

The version of the API to use. The current API version is 2025-09.

Path Parameters

workflowId
string
required

The Id of the workflow to delete

Query Parameters

userId
string
required

The Id of the user you want to lookup. Returned from the Create User endpoint. Note: you can also use the Embedded user's username in this field.

Response

200 - application/json

200

deleted
boolean
Example:

true

I