Let the platform do the work

/Administration/packages/:id/uninstall GET

Overview

[ADMIN] PackageManager uninstall a package.

Summary

Uninstalls the specified package. Package id hash must be provided. Package id could be found in installed package list.

Response

Returns http status 200 OK and newly installed package ID if request is successful. Otherwise returns http status 4xx with errors.

  {
"error": "not_found",
"error_message": "Could not find package by ID."
}

Change Log

Version Change
v11.8

Added /Administration/packages/:id/uninstall GET endpoint.