client.transformations.schedules.delete(id=[1,2,3], external_id="3"){}Required capabilities:
transformationsAcl:WRITE
Unschedule transformations by IDs or externalIds.
client.transformations.schedules.delete(id=[1,2,3], external_id="3"){}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.
List of transformation IDs of schedules to delete. Must be up to a maximum of 1000 items and all of them must be unique.
Empty response.
The response is of type object.
Was this page helpful?