Skip to main content
DELETE
/
workflows
/
{workflowId}
Delete a workflow
curl --request DELETE \
  --url https://api.altostrat.io/workflows/{workflowId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

Authorizations

Authorization
string
header
required

Standard JWT for user sessions obtained via Altostrat authentication.

Path Parameters

workflowId
string
required

The prefixed ID of the workflow (e.g., fl_...).

Response

The workflow was deleted successfully.