# catalog_enrollment_programs_self_destroy Unenroll from a program. Deactivates enrollment. Endpoint: DELETE /api/catalog/enrollment/programs/self/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Whether the enrollment should be active - `expired` (string) Date when enrollment expires - `ignore_expiration` (boolean) Whether to ignore expiration during unenrollment - `org` (string) Organization for the program - `platform_key` (string) Platform key for the program - `program_id` (string) Program ID for self-enrollment - `program_key` (string) Program key for self-enrollment - `slug` (string) Program slug for self-enrollment - `started` (string) Date when enrollment started - `user_id` (string) User ID for self-enrollment - `username` (string) Username for self-enrollment