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
- Mock serverhttps://codeinsightapi.redocly.app/_mock/swagger/components/{componentId}/versions/{id}
- Code Insight REST API Serverhttps://codeinsightapi.redocly.app/codeinsight/api/components/{componentId}/versions/{id}
curl -i -X DELETE \
https://codeinsightapi.redocly.app/_mock/swagger/components/1/versions/1 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'