Plugins
Plugin Delete
Completely delete a plugin from the instance. This will uninstall the plugin first then remove its binary file from the storage backend. Some plugins may write additional data to the instance, this will not be removed by this operation unless the plugin cleans up after itself.
Completely delete a plugin from the instance. This will uninstall the plugin first then remove its binary file from the storage backend.
Some plugins may write additional data to the instance, this will not be removed by this operation unless the plugin cleans up after itself.
DELETE
/plugins/{plugin_instance_id}Authorization
browser storyden-session<token>
In: cookie
Path Parameters
plugin_instance_id*string
Plugin ID.
Format
xidResponse Body
application/json
curl -X DELETE "https://loading/api/plugins/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}