Delete package
Deletes a package from the database.
NSEV never deletes packages automatically: once a package reaches a final state it is stored indefinitely until you delete it with this call.
A package can only be deleted when its status is draft or one of the final
states finished, archived, rejected or revoked. Deleting a package in
any other state returns 409 Conflict (Package.InvalidStatus).
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
"00000000-0000-0000-0000-000000000000"
Query Parameters
Number of days after the package is deleted before its audit proofs are
deleted as well. When omitted, the Delayed Deletion Time value from the
Configuration Index applies. Pass 0 to keep the audit proofs indefinitely
until a manual Delete audit proofs call is made.
Response
Package was deleted