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
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission. It is generated by TaxBandits. This Id can be retrieved in the response. |
| SequenceId | string | This is a unique identifier for a particular transaction when it is posted to your TaxBandits account. |
Response Body
| Field | Type | Description |
|---|---|---|
| SuccessRecords | object | It will show the detailed information about the success status of the transaction records. |
| SubmissionId | Guid | Unique identifier of a submission. |
| PayeeRef | string | Unique identifier of the recipient. Set by the client. |
| RecipientId | Guid | Unique identifier of the recipient. |
| Txns | object | Collection of Transactions. |
| SequenceID | string | Unique identifier for a particular transaction when it is posted to your TaxBandits account |
| Status | string | Status Message. |
| StatusTs | string | Time Stamp of the status. |
| ErrorRecords | object[] | It will show the detailed information about the error status of the Transaction Records. |
| SequenceId | string | Unique identifier for a particular transaction when it is posted to your TaxBandits account |
| RecordId | Guid | Unique identifier of a record |
| Errors | object | Shows error information. This object will list the errors in the request parameters. |
| Id | string | Returns the validation error Id. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error. |
| Errors | object | Shows error information. This object will list the errors in the request parameters. |
| Id | string | Returns the validation error Id. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error. |