🚫Delete Business
You are able to remove a Business Record record from your Gathr database.
DELETE {{baseUrl}}/businesses/:business_id
Path Parameters
Name
Type
Description
business_id*
String
The UUID for a specific business that gets generated and returned in either POST Create a Business for a Customer or POST Create a Business without a Customer
API Responses
{
"deleted": [
"{{BusinessId}}"
]
}{
"errors": {
"code": "entity_not_found",
"message": "Record not found in businesses"
}
}Last updated