Use XML to remove a global course navigation menu item.

Jump to solution
wojcika
Community Explorer

We are looking into adding Microsoft Teams classes to our environment. By default and not configurable this adds itself to EVERY singe course in Canvas. I believe I can use XML to make this disabled in each course menu navigation which would them require teachers to enable it if they wanted to use it. 

I found this XML tool that could be used to do this for us: https://www.edu-apps.org/build_xml.html

However, I am unsure how to find the LTI Launch URL? 

Would anyone be able to lend some assistance here? 

 

 

Labels (2)
0 Likes
1 Solution
matthew_buckett
Community Contributor

No problem, I've just documented this for our team internally so making a post here was easy.

Ok, curl ( https://curl.se/ ) is a command line utility that allows you to execute API requests against Canvas. The reason I suggested it is that lots of examples in the Canvas API documentation use it.

If you haven't done anything with curl before this may not be the best approach and you might want to use a tool list Postman ( https://www.postman.com/ ) to send the API request to Canvas, but that has a steep learning curve too.

View solution in original post