Skip to main content
Version: 2.0.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 Params
SampleDescriptionAction
Sample 1
Delete a DBA associated with a recipient using RecipientId, PayeeRef, DBARef, and DBAId.
Sample 1
recipient/deletedba?recipientId=d67539c3-0603-4fb7-9a29-3ae15339269a&payeeref=PAYEE001&dbaid=9425a051-a2b9-4cf9-b853-e56246464b3f 
Response Json
SampleDescriptionAction
200
Success Response - This is a sample response for successful API requests.
400
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
401
Unauthorized Response - You'll get the below response when your API requests don't contain valid authentication credentials.
Response: 200
{
"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
}