client.workflows.delete("my_workflow"){}Required capabilities:
workflowOrchestrationACL:WRITE
Delete workflows, including all associated workflow versions.
client.workflows.delete("my_workflow"){}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
If true, ignore unknown workflow ids. If false, a 404 Not Found error is returned and none of the workflows are deleted if any of the workflow ids are unknown.
1 - 100 elementsShow child attributes
Empty response.
The response is of type object.
Was this page helpful?