Skip to main content
Version: 1.7.3

DeleteDBA

DELETE Business/DeleteDBA 

Request Params

FieldTypeDescription
BusinessIdGuidUnique Identifier of the business.
DBAIdGuidUnique Identifier for the DBA.
DBARefstringA unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API.

Request Params

"Business/DeleteDBA?BusinessID=203b32af-6a5d-4faa-91f9-adad5753fa5f&DBAId=566e1623-3c07-4d15-9fcc-00cad9a3a5d5&DBARef=db123"

Response Body

FieldTypeDescription
StatusCodenumberReturns the status codes like 200, 300 etc.
StatusNamestringName of the status code.
StatusMessagestringDetailed status message
BusinessIdGuidUnique Identifier of a business
DBARefstringUnique identifier for each DBA. This identifier can be used in future references of the DBA in the API.
DBAIdstringUnique Identifier for the DBA.
StatusstringShows detailed error information.
InfostringName of the validation error.
ErrorobjectShows detailed error information.
    NamestringName of the validation error.
    IDstringReturns the validation error ID.
    MessagestringDescription of the validation error.

Response JSON

{
"StatusCode": 200,
"StatusName": "OK",
"StatusMessage": "Successful API Call",
"BusinessID": "203b32af-6a5d-4faa-91f9-adad5753fa5f",
"DBARef": null,
"DBAID": null,
"Status": "DELETED",
"Info": "All the DBA against the BusinessID have been deleted",
"Error": null
}