๐ŸšซDelete Business

You are able to remove a Business Record record from your Gathr database.

Delete Business

DELETE {{baseUrl}}/businesses/:business_id

Remove a Business Identity record by using their business_id.

Path Parameters

NameTypeDescription

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

```postman_json
{
    "deleted": [
        "031d479f-48c8-4d04-bbe1-719c837edaa3"
    ]
}
```

Last updated