Removing tags for software components
Available from 9.2.14. You use the DELETE
operation on the api/sam/v2/tags/software_components element to remove the
previously added tags.
Permissions
You must have the Manage Catalogs permission to use this API.
Resource URL
https://hostname:port/api/sam/v2/tags/software_components?token=token
Resource information
| Operation details | Description |
|---|---|
| HTTP method | DELETE |
| Request headers |
Negotiates the language of the response. If the header is not specified, the content is returned in the server language. |
| Request format | application/x-www-form-urlencoded |
| Request payload | ids=id_1, id_2,
id_3&tags=tag_1, tag_2,
tag_3 |
| Response headers |
Specifies the content type of the response. |
Specifies the language of the response content. If the header is not specified, the content is returned in the server language. |
|
| Response format | application/json |
| Response codes |
|
Example conversation - removing tags for the selected software components
Note: The length of a single tag is limited to 254 characters.
- Request
-
DELETE api/sam/v2/tags/software_components?token=7adc3efb175e2bc0f4484bdd2efca54a8fa04623&ids=1,2,3&tags=tag1,tag2 Host: localhost:9081 Accept: application/json Accept-Language: en-US - Response
-
{ "updated_components": 3 }