Skip to main content
Version: 1.7.0

Delete

This method allows you to delete 1099 transactions corresponding to a SubmissionId. All transactions associated with the specified SubmissionId will be removed.

DELETE Form1099Transactions 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGUIDUnique identifier of a submission. It is generated by TaxBandits. This Id can be retrieved in the response.

Request Params

Delete the transaction by supplying the particular SubmissionId.

Form1099Transactions?SubmissionId=5a086e1f-72b2-433c-8f31-add986300cca

Response Body

FieldTypeDescription
SubmissionIdGUIDUnique identifier of a submission.
StatusMsgStringStatus Message.
StatusTsStringTime Stamp of the status.
ErrorsobjectShows error information. This object will list the errors in the request parameters.
    IdstringReturns the validation error Id
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

All the transactions corresponding to the given SubmissionId will be deleted and the StatusMsg will be displayed.

{
"SubmissionId": "5a086e1f-72b2-433c-8f31-add986300cca",
"StatusMsg": "Deleted Successfully",
"StatusTs": "2021-09-16 07:13:51 -04:00",
"Errors": null
}