Remove Package from Catalog

AdminStudio 2023 | 25.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, it will delete a package using its PackageID.

Remove Package API Information

Request Type

Description

API

http://localhost:8086/catalog/deploymenttypes/{PackageID}

Method

DELETE

Parameters

List all parameters in the following format:

PackageID = Specifies the package ID for the package which is being removed.

Connection Info

Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs 

Response

Example: http://localhost:8086/catalog/deploymenttypes/60

<response>

<HasFault>false</HasFault><headers><httpHeaders><Host>localhost:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.10</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>c0b54198-4410-4ff6-8349-3fae723586d1</Postman-Token></httpHeaders><request></request></headers><summary /><data>1</data>

</response>