When working with SharePoint lists, you may need to remove custom columns that are no longer required. although Power Automate provides actions to create and update SharePoint items, it does not include a built-in action to delete list columns.

Fortunately, you can delete custom SharePoint columns by using the Send an HTTP Request to SharePoint action.

In this article, you'll learn how to delete a custom SharePoint column step by step.

Stepwise Implementation

1 - Create flow

2 - Add HTTP action of SharePoint

Screenshot - 2026-07-10T145521.561

$filter=FromBaseType eq false and CanBeDeleted eq true

3 - Add apply to each control

Screenshot - 2026-07-10T151332.815

Conclusion

Here, we have learnt to implement bulk deletion of custom columns of SharePoint list.