Removing the New Extended Attribute from a Package
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.
Request Type |
Description |
||||||
API |
http://localhost:8086/catalog/ASExtendedAttribute/?PackageId=8&AttributeName=Sample |
||||||
Method |
DELETE |
||||||
Parameters |
List all parameters in the following format:
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> |