Skip to main content
Version: 1.7.3

Delete

Delete

This endpoint can be used to delete any in-progress 4868 returns created in TaxBandits.

Key points

  • When using this, make sure to provide the SubmissionId, which is the unique identifier.
  • In the Live environment, returns with a Transmitted or Accepted status cannot be deleted. Whereas, in the Sandbox environment, returns can be deleted regardless of status (Transmitted, Rejected, or Accepted).
DELETE Form4868/Delete 

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of the submission, generated by TaxBandits.

Response Body

FieldTypeDescription
SubmissionIdGuidUnique identifier of the submission, generated by TaxBandits.
Form4868StatusstringThe IRS status of the Form 4868 submission.
StatusTsstringDate and time (ISO 8601 format) when the status was last updated.
Errorsobject[]Array of error objects (if any) containing details of validation or processing errors.
    IdstringError code for a specific validation issue.
    NamestringName of the validation error.
    MessagestringDescription of the error.

Request Params

"Form4868/Delete?SubmissionId=e88e7f1d-7ae5-43b6-99f6-38d85664035a"

Response JSON

Success Response - This is a sample response for successful API requests.

{
"SubmissionId": "000e9b21-c0fd-421c-867e-93ef54d37b33",
"Form4868Status": "DELETED",
"StatusTs": "2025-08-05 09:53:23 -04:00",
"Errors": null
}