You are able to remove a Business Record record from your Gathr database.
Last updated 7 months ago
Was this helpful?
DELETE {{baseUrl}}/businesses/:business_id
DELETE
{{baseUrl}}/businesses/:business_id
business_id*
String
The UUID for a specific business that gets generated and returned in either or
{ "deleted": [ "{{BusinessId}}" ] }
{ "errors": { "code": "entity_not_found", "message": "Record not found in businesses" } }