Revert a job execution

View as Markdown

Revert a job execution by deleting the rows it created.

Deletes the execution’s created objects and their linked raw rows in one transaction, for undoing a test write that failed validation. Updates and deletes cannot be reversed and are reported as warnings in the result.

Requires an API key with the write scope.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

execution_idstringRequired

Response

OK
deleted_countinteger
raws_deleted_countinteger
skipped_countinteger
warningslist of strings

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error