Delete account-scoped admin-managed OAuth credentials
DELETE /admin/managedOAuth/account
Validates the RingCentral administrator and removes completed account-scoped managed OAuth configuration for the selected connector. Users may need to authorize again afterward.
Operation ID: deleteAdminManagedOauthAccount
Authorization: API key or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
platform |
query | string | Yes | Connector platform key from the App Connect manifest. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
The account managed OAuth values were reset. | 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 |