Data APIPackages
Delete a package
Permanently deletes a package and all its associated resources including models, notebooks, databases, and metadata. This operation cannot be undone, so use with caution. The package must exist and be accessible for deletion.
DELETE
/environments/{environmentName}/packages/{packageName}Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
environmentName*string
Name of the environment
Match
^[a-zA-Z0-9_-]+$packageName*string
Name of the package
Match
^[a-zA-Z0-9_-]+$Response Body
application/json
application/json
application/json
application/json
application/json
application/json