Skip to main content
Version: 1.7.3

Delete

Deletes the 1094-C/1095-C return created in TaxBandits. Transmitted forms can not be deleted.

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

DELETE Form1095C/Delete 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission

Request Params

"Form1095C/Delete?SubmissionId=804db093-04f8-4d9a-b061-69097f907732"

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code.
StatusMessagestringDetailed status message.
SubmissionIdGuidUnique identifier of a submission
FormACARecordsobjectPulls the Form ACA 1095C&1094C Records with Success and Error statuses.
    SuccessRecordsobject[]It will show the detailed information about the success status of Form ACA 1095C&1094C Records.
        RecordIdGuidUnique identifier of a record.
        RecordStatusstringReturns the status of the records.
        StatusTsstringDate and time of return deleted.
    ErrorRecordsobject[]It will show the detailed information about the error status of Form ACA 1095C&1094C Records.
Errorsobject[]Shows detailed error information.
    CodestringReturns the validation error code.
    NamestringName of the validation error.
    MessagestringDescription of the validation error.
    TypestringType of validation error.

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "804db093-04f8-4d9a-b061-69097f907732",
"FormACARecords": {
"SuccessRecords": {
"RecordId": "d62ee546-cdfd-4a53-9f76-f652624e8298",
"RecordStatus": "DELETED",
"StatusTS": "2024-02-16 08:21:44 -05:00"
},
"ErrorRecords": null
},
"Errors": null
}