Skip to main content
POST
/
workflows
/
delete
Python SDK
client.workflows.delete("my_workflow")
{}

Authorizations

Authorization
string
header
required

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.

Query Parameters

ignoreUnknownIds
boolean
default:true

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.

Body

application/json
items
object[]
Required array length: 1 - 100 elements

Response

Empty response.

The response is of type object.

Last modified on April 23, 2026