Plugins
Delete a plugin
Delete a plugin asynchronously and return the task ID.
Delete a plugin asynchronously and return the task ID.
X-API-Key<token>
In: header
Path Parameters
plugin_name*string
Query Parameters
delete_data?boolean
Whether to delete the plugin data as well
Default
falseResponse Body
application/json
curl -X DELETE "https://example.com/api/v1/plugins/string/string"{ "code": 0, "data": { "task_id": 0 }}