Created a program to restart the Azure App Service instance programmatically. I am using below api to stop the w3wp process.
This is a DELETE (HttpVerb) call and it is throwing 403 - Forbidden error.
However i could execute GET calls for the same clientId. I would like to know whether it is an access issue with the clientid i am using or the approach am following to stop the process is not right.
If it is an clientId access issue, where to check it and what specific access has to be requested.