Skip to content

Delete a custom license

Request

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

Security
bearerAuth
Path
licenseIdinteger, (int64)required

ID of the License

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

Responses

OK