Let the platform do the work

/Administration/packages/:unFile DELETE

Overview

[ADMIN] PackageManager delete a package.

Summary

Delete the specified package. Package 'unFile' hash must be provided. Package 'unFile' hash could be found in staging package list.

Response

Returns http status 200 OK if request is successful. Otherwise returns http status 4xx with errors.

  {
"error": "delete_package_error",
"error_message": "Could not find package file."
}

Change Log

Version Change
v11.8 Added /Administration/packages/:unFile DELETE endpoint.