APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminremove Authorized Ssh Key Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminremove Authorized Ssh Key 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": "enterprise-admin/remove-authorized-ssh-key",
  "method": "DELETE",
  "path": "/setup/api/settings/authorized-keys",
  "summary": "APIs.io Engineering Platform Remove an authorized SSH key",
  "requestExamples": [
    {
      "contentType": "application/x-www-form-urlencoded",
      "name": "default",
      "example": {
        "authorized_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQCssTL/Vtu/ODLTj0VtZoRAbvf7uiv5997GyDq0MoAZUjb5jmA5wYe2/wF6sFuhiZTnZoF1ZtCHunPp0hM/GHrn6VySBhNncx14YO8FPt1CIhEeRMSEjUK9cY3xAbS365oXY8vnUHJsS9+1tr/2bx/+4NJfcUt/Ezf1OR/0LStQXw=="
      }
    }
  ],
  "responseExamples": []
}