Delete a plugin template
DELETE/api/v1/admin/plugins/:pluginType/:pluginId/templates/:templateName
Delete a plugin template for a specific plugin. This will remove the template and its configuration.
Request
Responses
- 200
- 400
- 401
- 404
The plugin template was deleted successfully.
Response Headers
The specified plugin is not installed.
Response Headers
Invalid Token
Response Headers
The specified plugin or template was not found.