# Delete a component custom version 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. Endpoint: DELETE /components/{componentId}/versions/{id} Version: v1 Security: bearerAuth ## Path parameters: - `componentId` (integer, required) ID of the component Example: 1 - `id` (integer, required) ID of the component version Example: 1 ## Response 201 fields ## Response 400 fields ## Response 500 fields