Disable a global plugin template
POST/api/v1/admin/plugins/:pluginType/:pluginId/templates/:templateName/disableGlobal
Disable a global plugin template for a specific plugin. This will disable the template globally, but it can still be used in organization-specific configurations.
Request
Responses
- 200
- 400
- 401
- 404
Successfully disabled the global plugin template.
Response Headers
The specified plugin is not installed or the template could not be disabled.
Response Headers
Invalid Token
Response Headers
The specified plugin template does not exist.