Small Improvements · Example Payload

Removeproviderusingpost Example

POST /v2/admin-calendar-integration/remove-provider

calendar-integration-admin-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "removeProvider",
  "operationId": "removeProviderUsingPOST",
  "method": "POST",
  "path": "/v2/admin-calendar-integration/remove-provider",
  "tags": [
    "calendar-integration-admin-resource"
  ],
  "description": "POST /v2/admin-calendar-integration/remove-provider",
  "response": {
    "status": 200,
    "description": "OK"
  }
}