Skip to main content
Version: 1.7.3

Delete

Delete

Use this endpoint to delete 1099 MISC transactions posted in TaxBandits.

  • To delete all transactions in a submission, include just the SubmissionId in your API request.
  • To delete specific transactions within a submission, include both the SubmissionId and the corresponding SequenceId.
  • If you provide only the SequenceId, the corresponding transactions will be deleted across
    all submissions
    .
DELETE Form1099MiscTransactions 

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission. It is generated by TaxBandits. This Id can be retrieved in the response.
SequenceIdstringThis is a unique identifier for a particular transaction when it is posted to your TaxBandits account.

Response Body

FieldTypeDescription
SuccessRecordsobjectIt will show the detailed information about the success status of the transaction records.
SubmissionIdGuidUnique identifier of a submission.
PayeeRefstringUnique identifier of the recipient. Set by the client.
RecipientIdGuidUnique identifier of the recipient.
TxnsobjectCollection of Transactions.
   SequenceIDstringUnique identifier for a particular transaction when it is posted to your TaxBandits account
   StatusstringStatus Message.
   StatusTsstringTime Stamp of the status.
ErrorRecordsobject[]It will show the detailed information about the error status of the Transaction Records.
    SequenceIdstringUnique identifier for a particular transaction when it is posted to your TaxBandits account
   RecordIdGuidUnique identifier of a record
   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.
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.

Request Params

Form1099MISCTransactions?SubmissionId=0a7885ad-b828-4fb6-b3e8-1f418c8ef809

Response JSON

{
"SubmissionId": "0a7885ad-b828-4fb6-b3e8-1f418c8ef809",
"StatusMsg": "Deleted Successfully",
"StatusTs": "2025-10-31 02:13:43 -04:00",
"Errors": null
}