DeleteCourse

Specifies a course you want to delete from a section in your iTunes U site.

You specify the following entities with the DeleteCourse operation:

! icon

Warning: You cannot undo any changes you make using the DeleteCourse operation. Before you delete a course, you can use the ShowTree operation to obtain your site structure to help in restoring information. However, if you delete a course using DeleteCourse, there is no way to restore the actual course files.

The following is an example of an iTunes U Web Services document using DeleteCourse:

<?xml version="1.0" encoding="UTF-8"?>
<ITunesUDocument>
  <Version>1.1.4</Version>
  <DeleteCourse>
    <CourseHandle>coursehandle value</CourseHandle>
    <CoursePath>coursepath value</CoursePath>
  </DeleteCourse>
</ITunesUDocument>


© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-11-04)