Share via

Need to delete a VSCode marketplace publisher

David Narine 35 Reputation points
2026-06-18T16:35:33.98+00:00

Hi, I published an extension and need to delete the publisher - the extension is already unpublished and deleted. I want to delete the old publisher name, can you help me?

Thanks!

Developer technologies | Visual Studio | Extensions
0 comments No comments

2 answers

Sort by: Most helpful
  1. Adiba Khan 2,345 Reputation points Microsoft External Staff
    2026-06-19T09:53:15.3333333+00:00

    Thanks for reaching out. A VScode Marketplace publisher cannot be permanently deleted through the self service portal if it has existing historical records, ownership links, or published extensions.

    Recommended actions:

    1. Sign in to the Visual Studio marketplace management portal
    2. Verify that:
      1. All extensions under the publisher are unpublished/deleted
      2. No users are assigned as owners or contributors.
      3. No active Azure DevOps organization is linked to the publisher.
    3. If the publisher still appears, open a support request with MarketPlace team and provide name, ID, confirmation that all extensions have been removed and reason for deletion request

    if the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?

    0 comments No comments

  2. Prathamesh Mandage 0 Reputation points
    2026-06-19T03:24:25.11+00:00

    You cannot directly delete a Visual Studio Code Marketplace publisher from the UI after removing the extension. Even if the extension has been unpublished or deleted, the publisher record itself usually remains associated with your account.

    Try these steps:

    Open the Visual Studio Marketplace publisher management page.

    Verify that all extensions under that publisher are unpublished/deleted.

    Remove any remaining members or linked resources.

    If the publisher still cannot be deleted, contact Microsoft support because publisher deletion is generally handled by the Marketplace team.

    You can also try using the Azure DevOps CLI:

    tfx extension unpublish --publisher <publisher-name> --extension-id <extension-id>
    

    If the publisher still remains after all extensions are removed, open a support request on Microsoft Q&A or Visual Studio Marketplace support.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.