Delete SoftwareComponentType

Delete SoftwareComponentType

Delete software component type by id.

Request
URI
DELETE
https://{api_host}/software-service/api/softwarecomponenttypes/{id}
COPY
Path Parameters
string
Required

The id of SoftwareComponentType.


Responses
204

Success - deleted component type.

Operation doesn't return any data structure

403

Forbidden.

Operation doesn't return any data structure

404

Software component type not found.

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/software-service/api/softwarecomponenttypes/{id}