Ideally all service nav links would be simple GET links. However in reality it's never like that. We have add a Sign out link which does a DELETE action. Ideally this would be an actually form that supports DELETE but at the moment is reliant on javascript which I've done with the following below so it at least functions
https://github.com/DFE-Digital/claim-additional-payments-for-teaching/pull/3914/files#r2185014026
Not really sure how we should support this? or whether it should even be supported at all?