Unschedule transformations

Unschedule transformations by IDs or externalIds.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required

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

Array of TransformationCogniteExternalId (object) or TransformationCogniteInternalId (object) <= 1000 items
ignoreUnknownIds
boolean

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

Responses
200

Empty response.

400

The response for a failed request.

403

The response for a forbidden request.

409

The response for a conflict.

post/transformations/schedules/delete
Request samples
client.transformations.schedules.delete(id=[1,2,3], external_id="3")
Response samples
application/json
{ }