Revert a job execution
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_id
Response
OK
deleted_count
raws_deleted_count
skipped_count
warnings
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error