Skip to main content
POST
/
transformations
/
schedules
/
delete
Python SDK
client.transformations.schedules.delete(id=[1,2,3], external_id="3")
{}

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.

Body

application/json

List of transformation IDs of schedules to delete. Must be up to a maximum of 1000 items and all of them must be unique.

All provided IDs and external IDs must be unique.

items
object[]
Maximum array length: 1000
ignoreUnknownIds
boolean

Ignore IDs and external IDs that are not found. Defaults to false.

Response

Empty response.

The response is of type object.

Last modified on April 23, 2026