Skip to main content
Version: 2.0

DeleteDBA

DeleteDBA

This endpoint permanently removes a specific DBA name associated with a recipient. Once deleted, the DBA can no longer be used for any API requests.

DELETE recipient/deletedba

Request Body

FieldTypeDescription
RecipientIdGUIDTaxBandits-generated unique identifier for the recipient.
PayeeRefStringYour unique identifier for the recipient.
DBAIdGUIDTaxBandits-generated unique identifier for the DBA.
DBARefStringYour unique identifier for the DBA.

Response Body

FieldTypeDescription
RecipientIdGUIDTaxBandits-generated unique identifier for the recipient.
PayeeRefStringYour unique identifier for the recipient.
DBAIdGUIDTaxBandits-generated unique identifier for the DBA.
DBARefStringYour unique identifier for the DBA.
StatusStringStatus of the deletion.
StatusTsStringDate and time the deletion was completed.
ErrorsObject []Validation error details.
IdStringValidation error code.
NameStringName of the validation rule that failed.
MessageStringDescription of the error.

Request JSON

recipient/deletedba?recipientId=d67539c3-0603-4fb7-9a29-3ae15339269a&payeeref=PAYEE001&dbaid=9425a051-a2b9-4cf9-b853-e56246464b3f 

Response JSON

{
"RecipientIds": "d67539c3-0603-4fb7-9a29-3ae15339269a",
"PayeeRefs": "PAYEE001",
"DBAId": "9425a051-a2b9-4cf9-b853-e56246464b3f",
"DBARef": "STS001",
"Status": "DELETED",
"StatusTs": "2026-07-09 11:01:27 -04:00",
"Errors": null
}