Sign in

Delete business

documented

Delete an existing business location.

POST /business/deleteBusinessesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl \"https://app.gatherup.com/api/business/delete\" \
  -X POST \
  -H \"Content-Type: application/json\" \
  -H \"Accept: application/json\" \
  -d '{\"businessId\": {{$business_id}}, \"clientId\": \"{{$client_id}}\", \"hash\": \"{{$hash}}\"}'
Delete business · gatherup · OpenIntegrations