Packages
Hosting Plan Extensions
Remove hosting plan extension
This function deletes a package extension from a hosting plan (package).
Note:
- You can additionally include extension's variables in your function call, in key=value format. Consult the extension's documentation for a list of possible variables. Extension variable names are case-sensitive.
get/delpkgext
Query parameters
_DELETE_EXTENSIONSstring required
Example:extension1 extension2
namestring required
Example:package1
The hosting plan's name.
Response
HTTP Request was successful.
Example response
{
"data": {
"pkg": "package1"
},
"metadata": {
"command": "delpkgext",
"reason": "OK",
"result": 1,
"version": 1
}
}