Birdeye · Example Payload

Delete A User

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Delete A User 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-user",
  "summary": "Delete a user",
  "method": "DELETE",
  "path": "/v1/user/remove",
  "examples": {
    "response_200": {
      "code": 1175,
      "message": "No business found with the given id"
    }
  }
}