Skip to content

Delete a component custom version

Request

Delete a custom version using the component ID and version ID. All existing inventory that uses this version will have its version changed to Unknown. You must have the Library Manager permission to delete a custom version.

Security
bearerAuth
Path
componentIdinteger, (int64)required

ID of the component

Example:1
idinteger, (int64), >= 1required

ID of the component version

Example:1
curl -i -X DELETE \
  https://codeinsightapi.redocly.app/_mock/swagger/components/1/versions/1 \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Deleted