Delete workflow

DELETE
/api/v2/projects/:projectKey/flags/:featureFlagKey/environments/:environmentKey/workflows/:workflowId

Delete a workflow from a feature flag.

Path parameters

projectKeystringRequired

The project key

featureFlagKeystringRequired

The feature flag key

environmentKeystringRequired

The environment key

workflowIdstringRequired

The workflow id

Response

Action completed successfully

{}
map from strings to any or null

Errors

Built with