Remove a local plugin registration
DELETE /plugin/unregister
Removes the account's local App Connect plugin registration after RingCentral administrator validation. The current protocol does not notify the remote plugin server or revoke its credential, so providers need their own stale-account cleanup and retention policy.
Operation ID: deletePluginUnregister
Authorization: API key or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
pluginId |
query | string | Yes | Developer Console plugin identifier whose local account registration will be removed. |
rcAccountId |
query | string | Yes | RingCentral account that owns the local plugin registration. It must match the administrator token. |
pluginName |
query | string | No | Legacy plugin platform key accepted by the route but ignored by the current unregister handler. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Successful route-specific JSON response. Consult the operation description for ownership and semantics. | GenericSuccessResponse |
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 |