Update copyright dates
[nci.git] / nci-delete-assignment.1
blob9fc43c1269020cf6e358611bad74ff3089e65a1b
1 .Dd 2016-06-12
2 .Dt NCI-DELETE-ASSIGNMENT 1
3 .Os
4 .Sh NAME
5 .Nm nci-delete-assignment
6 .Nd Delete an assignment in a Canvas installation
7 .Sh SYNOPSIS
8 .Nm
9 .Fl c
10 .Ar course-id
11 .Fl a
12 .Ar assignment-id
13 .Sh DESCRIPTION
14 .Nm
15 connects to a Canvas installation as described at
16 .Xr nci 1
17 and deletes the assignment with the given id from the course with the specified id.
18 .Sh OPTIONS
19 .Bl -tag -width Ds
20 .It Fl c
21 The
22 .Ar course-id ,
23 as returned by
24 .Xr nci-list-courses 1 .
25 .It Fl g
26 The
27 .Ar assignment-id
28 to delete, as returned by
29 .Xr nci-list-assignments 1 .
30 .El
31 .Sh EXAMPLES
32 .Dl % nci-delete-assignment -c 1187637 -a 400395381
33 .Sh SEE ALSO
34 .Xr nci 1
35 .Xr nci-create-assignment 1
36 .Xr nci-edit-assignment 1
37 .Xr nci-list-courses 1
38 .Xr nci-list-assignments 1
39 .Sh AUTHORS
40 .An S. Gilles Aq Mt sgilles@math.umd.edu