Archive Package

This operation marks the specified package as archived by updating its archived status to true. Archiving a package indicates that its lifecycle is complete, and it is no longer actively tracked. While archived packages are removed from active workflows, their records remain accessible for future reference

SecuritybearerAuth
Request
path Parameters
packageId
required
string
Example: NeLnz9LZ1j4KK5WlEOlyW
Request Body schema: application/json
archived
boolean

set to true to archive the package.

Responses
200

Requested package has been marked archived successfully.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

patch/api/v1/packages/{packageId}/archive
Request samples
application/json
{
  • "archived": true
}
Response samples
application/json
{
  • "packageId": "ma39N30J6YgdxndDpXyOj"
}