Birdeye · Example Payload

Delete Business

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Delete Business is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "delete-business",
  "summary": "Delete Business",
  "method": "DELETE",
  "path": "/v1/business/{business_Id}",
  "examples": {
    "response_200": {
      "code": 1175,
      "message": "No business found with the given id"
    }
  }
}