Deleting the end of support date for software components
Available from 9.2.11.
You use the DELETE
operation on the
sam/software_components/software_component_id/component_lifecycles/
element to remove the end of support date for a software component.
Permissions
You must be an Administrator or have the Manage Catalogs permission to use this API.
Resource URL
https://hostname:port/sam/software_components/software_component_id/component_lifecycles
Resource information
Operation details | Description |
---|---|
HTTP method | DELETE |
Request headers |
|
Request format | application/json |
Response headers |
|
Response format | application/json |
Response codes |
|
Example conversation - clearing the end of support date for a software component
- To retrieve information about the software component ID for which you want to clear the end of support date, perform the following steps:
- To remove the end of support date, use the following
DELETE
request.- Request
-
DELETE https://hostname:port/sam/software_components/software_component_id/component_lifecycles
- Request header
-
Accept: application/json Accept-Language: en-US Token: <token>
- Response
-
200 - OK