Birdeye · Example Payload

Delete Question

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Delete Question 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-question",
  "summary": "Delete Question",
  "method": "POST",
  "path": "/v1/qna/question/delete",
  "examples": {
    "response_200": {
      "code": 2482,
      "message": "Question Id is Invalid"
    }
  }
}