Cancel Running Transformation
Cancels the execution of the transformation if a valid identifier is provided.
Request schema
Path parameters
transformationId
stringrequired
The unique identifier for the transformation within the Fivetran system
example:
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Accept
string
default:
example:
Http + 1.1
POST
https://api.fivetran.com/v1/transformations/transformationId/cancel
POST /v1/transformations/transformationId/cancel HTTP/1.1 Accept: application/json Authorization: BasicHost: api.fivetran.com
Responses
200
Successful response
404
Transformation not found
Successful response schema
code
stringrequired
Response status code
example:
message
stringrequired
Response status text
example:
{ "code": "Success", "message": "Operation performed." }