Removing the New Extended Attribute from a Package

AdminStudio 2024 | 27.0 | AdminStudio REST APIs

Edition:REST APIs are enabled with AdminStudio Enterprise Edition.

When you send this request, the newly added extended attribute for the package will be removed.

Removing the New Extended Attribute from a Package

Request Type

Description

API

http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=8&AttributeName=Sample

Method

DELETE

Parameters

List all parameters in the following format:

PackageId = The ID of the package
AttributeName = Name of the attribute

By providing the package ID and AttributeName as input parameters, the new attribute for the package will be 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/ASExtendedAttribute/?PackageId=8&AttributeName=Sample

Response:

<data>Attribute deleted Successfully</data>