Break list item permission inheritence with Power Automate and REST API

How to Break list item permission inheritence in a SharePoint Online list using a Power Automate flow.

Method #

POST

URI #

_api/web/lists/getbytitle('<List Title Here>')/items<List Item ID Here>)/breakroleinheritance(true)

Headers #

None

Body #

None

Screenshot with example #

Screen shot of Power Automate HTTP function.