Mutation
Variables
Response
Mutations
deleteCourse
Delete a course. A course is a Space, so deleting it also removes its coursework, posts, and memberships. This cannot be undone.
MUTATION
deleteCourse(input: DeleteCourseInput!): DeleteCoursePayloadArguments
input
DeleteCourseInput!
required
Parameters for DeleteCourse
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedCourseId
ID
GlobalID of the course that was deleted.
errors
[String!]!
Mutation
Variables
Response