Is there a way to deprecate/delete a specific older released version of Jenkins Plugin?

We have created a Jenkins Plugin and published on plugin store

We identified that there are some issues in previously released plugin versions
So, we wanted to delete if possible previously released versions, if deletion not possible we wanted to mark deprecated Tag for a specific older plugin versions to avoid it’s installation.

  • for example 1.0.33 and 1.0.34 versions

Is there any way to do so from Code or from UI.

There is a way to block specific plugin releases from the Jenkins update center.

A specific release of the EC2 plugin recently had an issue that was serious enough that the release was blocked from the Jenkins update center. Refer to the update center pull request for more details.

Guidance on the process and the cases where it should be considered is available from the update center documentation.