APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposdelete Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposdelete Example is an example object payload from APIs.io Engineering Platform, 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": "repos/delete",
  "method": "DELETE",
  "path": "/repos/{owner}/{repo}",
  "summary": "APIs.io Engineering Platform Delete a repository",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "403",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "message": "Organization members cannot delete repositories.",
        "documentation_url": "https://docs.github.com/enterprise-server@3.9/rest/repos/repos#delete-a-repository"
      }
    }
  ]
}