# ai_mentor_orgs_users_course_creation_course_destroy API viewset for managing EdX courses. This viewset allows platform administrators to retrieve, delete, and perform various operations on EdX courses that were created through course creation tasks. Permissions: - Restricted to platform administrators only Endpoint: DELETE /api/ai-mentor/orgs/{org}/users/{user_id}/course-creation/course/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this edx course. - `org` (string, required) - `user_id` (string, required)