Delete data from a business's vault
delete/businesses/{fp_bid}/vault
External ID
Request
Path parameters
fp_bid·string
Body
delete_all·optional boolean
When true, deletes all data in the vault.
fields·optional array of strings
List of data identifiers to delete. For example, business.name, business.website,
custom.account_id
Allowed values:
business.namebusiness.dbabusiness.websitebusiness.phone_numberbusiness.tinbusiness.address_line1business.address_line2business.citybusiness.statebusiness.zipbusiness.countrybusiness.corporation_typebusiness.formation_statebusiness.formation_datecustom.*Response
A key-value map of identifier to whether the identifier was successfully deleted in the business vault<key>·string
Allowed values:
business.namebusiness.dbabusiness.websitebusiness.phone_numberbusiness.tinbusiness.address_line1business.address_line2business.citybusiness.statebusiness.zipbusiness.countrybusiness.corporation_typebusiness.formation_statebusiness.formation_datecustom.*<value>·boolean
DELETE /businesses/{fp_bid}/vault
Response example
{
"business.name": true,
"custom.account_id": false
}