Delete Package
Deletes a package with a given name. If a package has some content (workflows, actions or other elements put inside it), it is considered to be 'in use' and the delete operation will fail, unless the 'force' option is provided.
Request
URI
DELETE
https://{api_host}/vco/api/content/packages/{packageName}
COPY
Path Parameters
string
packageName
Required
packageName
Query Parameters
boolean
force
Optional
Constraints:
default: false
force
Responses
200
The request is successful
Operation doesn't return any data structure
401
User is not authorized
Operation doesn't return any data structure
404
Cannot find a package with the specified name.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/vco/api/content/packages/{packageName}
Packages Service Operations
PATCH
Update Package
GET
Package Details
DELETE
Delete Package
PUT
Create Package
DELETE
Delete Resource Element
POST
Get Import Package Details
POST
Add Configuration Element Category To Package
POST
Import Package
GET
List All Packages
GET
Get Permission Rule
DELETE
Delete Permission Rule
PUT
Update Permission Rule
DELETE
Delete Configuration Element
POST
Add Recource Element To Package
POST
Add Workflow To Package
POST
Add Configuration Element To Package
POST
Insert Permissions For Object
GET
Get Permissions For Object
DELETE
Delete Permissions For Object
POST
Add Actions To Package
POST
Import Package Extended
POST
Add Action To Package
POST
Rebuild Package
DELETE
Delete Workflow Element
POST
Add Workflow Category To Package
DELETE
Delete Action Element
POST
Add Recource Category To Package