Birdeye · Example Payload

Delete A Tag

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Delete A Tag 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-a-tag",
  "summary": "Delete a tag",
  "method": "DELETE",
  "path": "/v1/tag/{tagname}",
  "examples": {
    "response_200": {
      "code": 1011,
      "message": "Business id is invalid"
    }
  }
}