DEV Community · Example Payload

Delete_Api_Pages_{Id} Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Delete_Api_Pages_{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_pages_{id}",
  "method": "DELETE",
  "path": "/api/pages/{id}",
  "status": "200",
  "response": {
    "id": 56,
    "title": "No Country for Old Men",
    "slug": "message_judge",
    "description": "Et et dolorum mollitia.",
    "is_top_level_path": false,
    "landing_page": false,
    "body_html": null,
    "body_json": null,
    "body_markdown": "Libero iste blanditiis et.",
    "processed_html": "<p>Libero iste blanditiis et.</p>\n\n",
    "social_image": {
      "url": null
    },
    "template": "contained",
    "subforem_id": null,
    "page_template_id": null,
    "template_data": {},
    "redirect_to_url": null
  }
}