Specifies a group you want to delete from a course in your iTunes U site.
You specify the following entities with the DeleteGroup operation:
GroupHandle. Specifies the handle in your iTunes U site for the group you want to delete. The group handle must correspond to a Course page group item in your iTunes U site.
GroupPath. Specifies the path in your iTunes U site for the group you want to delete. The group path must correspond to a Course page group item in your iTunes U site. The GroupPath entity must be in the form “a/b/c” where a, b, and c are folder names. For example, if you have a site named “CupertinoU” containing a section named “Humanities,” a course named “Literature,” and a group in that course named “Audio,” you can refer to the GroupPath as <GroupPath>CupertinoU/Humanities/Literature/Audio</GroupPath> in your DeleteGroup operation. If specifying the root path, you must start the GroupPath entity with a leading slash (/). To specify a slash (/) as a character within a node of the slash-delimited path, escape the character with a second slash (//).
The following is an example of an iTunes U Web Services document using DeleteGroup:
<?xml version="1.0" encoding="UTF-8"?>
<ITunesUDocument>
<Version>1.1.4</Version>
<DeleteGroup>
<GroupHandle>grouphandle value</GroupHandle>
<GroupPath>grouppath value</GroupPath>
</DeleteGroup>
</ITunesUDocument> |
© 2009 Apple Inc. All Rights Reserved. (Last updated: 2009-11-04)