PAGERDUTY_DELETE_CACHE_VARIABLE_FROM_SERVICE

This endpoint deletes a specific cache variable associated with a service in PagerDuty's event orchestration system. It is used to remove temporary data that is no longer needed, helping to maintain system efficiency. The endpoint should be used when you want to permanently remove a cache variable from a particular service, such as when the variable is obsolete or to free up resources. It's important to note that this action is irreversible, and once deleted, the cache variable cannot be recovered. Use this endpoint with caution to avoid accidentally removing critical data used in event orchestrations.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "service_id": {
      "type": "string",
      "title": "Service Id",
      "description": "The service ID"
    },
    "cache_variable_id": {
      "type": "string",
      "title": "Cache Variable Id",
      "description": "The ID of a Cache Variable."
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →