PAGERDUTY_DELETE_ALL_OAUTH_DELEGATIONS

Delete all OAuth delegations as per provided query parameters. An OAuth delegation represents an instance of a user or account's authorization to an app (via OAuth) to access their PagerDuty account. Common apps include the PagerDuty mobile app, Slack, Microsoft Teams, and third-party apps. Deleting an OAuth delegation will revoke that instance of an app's access to that user or account. To grant access again, reauthorization/reauthentication may be required. At this time, this endpoint only supports deleting mobile app OAuth delegations for a given user. This is equivalent to signing users out of the mobile app. This is an asynchronous API, the deletion request itself will be processed within 24 hours. Scoped OAuth requires: `oauth_delegations.write`

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "type": {
      "enum": [
        "mobile"
      ],
      "type": "string",
      "title": "Type",
      "description": "The type of OAuth delegations this request should target."
    },
    "user_id": {
      "type": "string",
      "title": "User Id",
      "description": "The ID of the user for whom this request is applicable."
    }
  }
}
          

Remote Providers (1)

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

PagerDuty

Remote

pagerduty

View product →