APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Appsdelete Authorization Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Appsdelete Authorization 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": "apps/delete-authorization",
  "method": "DELETE",
  "path": "/applications/{client_id}/grant",
  "summary": "APIs.io Engineering Platform Delete an app authorization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
      }
    }
  ],
  "responseExamples": []
}