brysontyrrell/ODST

How to delete a package from ODST?

Opened this issue · 2 comments

When using the package administration page, I cannot find any option to removed an uploaded package. How is this done correctly?

Thank you,

Ronny

@ronnybremer this is planned functionality. The API endpoint will be created and need to support the following behaviors:

  1. A package deleted from an ODS will notify all other registered ODS to delete that package.
  2. An option can be set in the API request to delete a package that will NOT send a notification to registered ODS and will instead blacklist that package from being synced again.

Thank you for letting me know.