DEV Community · Example Payload

Deletesegment Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Deletesegment 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": "deleteSegment",
  "method": "DELETE",
  "path": "/api/segments/{id}",
  "status": "200",
  "response": {
    "id": 40,
    "created_at": "2026-05-28T12:45:20.004-06:00",
    "name": null,
    "type_of": "manual",
    "updated_at": "2026-05-28T12:45:20.004-06:00"
  }
}