DEV Community · Example Payload

Delete_Api_Organizations_{Id} Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Delete_Api_Organizations_{Id} Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "delete_api_organizations_{id}",
  "method": "DELETE",
  "path": "/api/organizations/{id}",
  "status": "200",
  "response": {
    "message": "deletion scheduled for organization with ID 584",
    "status": 200
  }
}