# ai_mentor_orgs_users_course_creation_tasks_destroy Create, retrieve and delete course creation tasks Course creation tasks allow you to schedule the creation of a course on OpenEdx deployment connected to this data manager. The course is created entirely by an ai model (as specified in your inputs). The llm decides on the content of the course based on the name, description, target audience and other parameters. Bigger and newer models tend to outperform smaller once. Clear and unambiguous parameters are more likely to produce better results. Endpoint: DELETE /api/ai-mentor/orgs/{org}/users/{user_id}/course-creation-tasks/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this course creation task. - `org` (string, required) - `user_id` (string, required)