Plugins
Delete a plugin
Path Parameters
filename*string
DELETE /otto/api/plugins/:filename Parameter
Query Parameters
folder*string
DELETE /otto/api/plugins/:filename Parameter
Value in
"scripting" | "webpublishing" | "dataapi"Response Body
application/json
application/json
curl -X DELETE "https://your.server.net/otto/api/plugins/string?folder=scripting"{
"messages": [
{
"code": 0,
"text": "ok"
}
],
"response": {}
}{
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
],
"response": {}
}Was this page helpful?