Unkey · Example Payload

Unkey Permissionsdeletepermission Example

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics

Unkey Permissionsdeletepermission Example is an example object payload from Unkey, 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": "permissions.deletePermission",
  "method": "POST",
  "path": "/v2/permissions.deletePermission",
  "summary": "Delete Permission",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "basic",
      "example": {
        "permissionId": "perm_1234567890abcdef"
      }
    }
  ],
  "responseExamples": []
}