Perforce · Example Payload

Perforce Deleteproject Example

Perforce Deleteproject Example is an example object payload from Perforce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteProject",
  "method": "DELETE",
  "path": "/projects/{id}",
  "summary": "Perforce Delete a Project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Deleteproject200Example",
      "example": {
        "id": "abc123"
      }
    }
  ]
}