Skip to main content
Solved

Bulk Delete Managed systems

  • December 22, 2025
  • 4 replies
  • 31 views

Hello Team,

 

We have one requirement for deletion of 1000+ managed systems without any Managed account.

Is there any easy way to delete them in bulk? Can someone help with API script or DB Query to do so.

 

Thanks,

Prasad

Best answer by MikeK

If you haven’t yet, I would recommend reaching out to support. They likely already have something like this in their tools that can assist you faster.

Reason I recommend this, there are some variations between versions and what API’s can and can’t do, while most of the API commands are universal and can be done through some form or fashion as a work around for when they don’t, this would be my recommendation.

 

Well, I did check with Support team. But they just provided some KBA article which doesn’t have steps to delete in bulk. It says you can create API script for that but with no sample script provided. May be a DBA query if someone is aware can help out me.

if you have access, you could try the query that ​@jchandler  posted here, but this assumes you have access to the database

 

4 replies

MikeK
Forum|alt.badge.img
  • Veteran
  • December 22, 2025

If you haven’t yet, I would recommend reaching out to support. They likely already have something like this in their tools that can assist you faster.

Reason I recommend this, there are some variations between versions and what API’s can and can’t do, while most of the API commands are universal and can be done through some form or fashion as a work around for when they don’t, this would be my recommendation.

 


  • Author
  • Trailblazer
  • December 23, 2025

If you haven’t yet, I would recommend reaching out to support. They likely already have something like this in their tools that can assist you faster.

Reason I recommend this, there are some variations between versions and what API’s can and can’t do, while most of the API commands are universal and can be done through some form or fashion as a work around for when they don’t, this would be my recommendation.

 

Well, I did check with Support team. But they just provided some KBA article which doesn’t have steps to delete in bulk. It says you can create API script for that but with no sample script provided. May be a DBA query if someone is aware can help out me.


MikeK
Forum|alt.badge.img
  • Veteran
  • Answer
  • December 23, 2025

If you haven’t yet, I would recommend reaching out to support. They likely already have something like this in their tools that can assist you faster.

Reason I recommend this, there are some variations between versions and what API’s can and can’t do, while most of the API commands are universal and can be done through some form or fashion as a work around for when they don’t, this would be my recommendation.

 

Well, I did check with Support team. But they just provided some KBA article which doesn’t have steps to delete in bulk. It says you can create API script for that but with no sample script provided. May be a DBA query if someone is aware can help out me.

if you have access, you could try the query that ​@jchandler  posted here, but this assumes you have access to the database

 


  • Author
  • Trailblazer
  • December 23, 2025

If you haven’t yet, I would recommend reaching out to support. They likely already have something like this in their tools that can assist you faster.

Reason I recommend this, there are some variations between versions and what API’s can and can’t do, while most of the API commands are universal and can be done through some form or fashion as a work around for when they don’t, this would be my recommendation.

 

Well, I did check with Support team. But they just provided some KBA article which doesn’t have steps to delete in bulk. It says you can create API script for that but with no sample script provided. May be a DBA query if someone is aware can help out me.

if you have access, you could try the query that ​@jchandler  posted here, but this assumes you have access to the database

 

Thank you for your assistance. The query, with a slight modification to check for the presence of any Managed account, proved to be very helpful.