Skip to main content
DELETE
/
workflows
/
{workflowId}
Delete a workflow
curl --request DELETE \
  --url https://api.altostrat.io/workflows/{workflowId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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.