Skip to content

Delete a custom component

Request

Delete a custom component using the component ID. All existing inventory that uses this component will be changed to work in progress. You must have the Library Manager permission to delete a custom component.

Security
bearerAuth
Path
idinteger, (int64)required

ID of the component

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

Responses

Deleted