Remove Application from Catalog
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will delete a package using its ApplicationID.
Request Type |
Description |
|||
API |
http://localhost:8086/catalog/applications/{ApplicationID} |
|||
Method |
DELETE |
|||
Parameters |
List all parameters in the following format:
|
|||
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/applications/11 <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>e2354cf1-ac57-4d16-849c-9719ae52014f</Postman-Token></httpHeaders><request></request></headers><summary /><data>1</data> </response> |