Skip to main content
Version: 1.7.3

Delete

This method can be used to delete a 1099Transactions based on a SubmissionId or Payer. All transactions associated with the SubmissionId will be removed if only the submissionId is specified.

If you need to delete the Transmitted or Accepted status records in Sandbox, you can contact our developer@taxbandits.com.

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.

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
}