Revert Job Execution
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_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