Skip to content

PluginMutationResponse

Result of installing or removing an account-level plugin registration.

Properties

Property Type Required Description
successful boolean Yes Whether the plugin installation or removal operation completed.
returnMessage string No Optional error or status message.

Example

{
  "successful": false,
  "returnMessage": "string"
}