Delete cached admin-managed OAuth credentials
DELETE /admin/managedOAuth/cache
Validates the RingCentral administrator and removes the account's pending, not-yet-activated managed OAuth values. Completed account OAuth configuration is not removed by this route.
Operation ID: deleteAdminManagedOauthCache
Authorization: API key or API key
Responses
| Status | Description | Body |
|---|---|---|
200 |
The pending managed OAuth values were removed. | BasicMutationResponse |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |
403 |
The caller is authenticated but is not permitted to perform the operation. | ErrorResponse, string |