Revert Job Execution

View as Markdown
Revert a test parse by deleting the rows it created. Deletes the CREATE'd objects of a job execution and their linked raw rows, in a single transaction. Use this to undo a test write whose validation failed. UPDATE and DELETE operations cannot be reversed and are surfaced as warnings in the result.

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