Delete package
Permanently deletes a package and all associated versions. This operation is irreversible.
Authorization: Requires package admin or modeler permissions. Warning: This operation will cascade delete all package versions. Side Effects: Removes all versions and associated data for the package.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the environment Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$The unique identifier of the package Standard identifier pattern for resource names
^[a-zA-Z0-9_ -]+$Response
Package deleted successfully