Skip to main content
Version: 1.7.3

Delete

Delete

This endpoint is used to delete an in-progress 15397 extension form in TaxBandits API. Your request JSON must include the 'SubmissionId' of the form you want to delete.

Note:

Transmitted 15397 forms cannot be deleted.

DELETE Form15397/Delete

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission.

Response Body

FieldTypeDescription
StatusCodenumberHTTP status code of the response (e.g., 200, 400, 500).
StatusNamestringName of the HTTP status
StatusMessagestringDetailed message describing the outcome of the delete request.
SubmissionIdGuidUnique identifier of the submission that was attempted to be deleted.
BusinessIdGuidUnique identifier of the business associated with the submission.
PayerRefstringUser-defined reference identifier for the payer linked to the submission.
Form15397StatusstringCurrent status of the Form 15397 submission after the delete request (e.g., “Deleted”, “Failed”, “NotFound”).
StatusTsstringDate and time (timestamp) when the status was last updated.
Errorsobject[]Array of error details, returned if the request failed validation or processing.
    IdstringUnique identifier of the validation or processing error.
    NamestringShort name of the error.
    MessagestringDetailed description of the error.

Request Params

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

Response JSON

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

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "000e9b21-c0fd-421c-867e-93ef54d37b33",
"Form15397Status": "DELETED",
"StatusTs": "2025-08-05 09:53:23 -04:00",
"Errors": null
}