---
title: "Remove Level Accessible Programs"
method: DELETE
path: "/progressions/{progression_id}/levels/{level_id}/level-accessible-programs"
tags: ["Level Accessible Programs"]
---

# Remove Level Accessible Programs

`DELETE /progressions/{progression_id}/levels/{level_id}/level-accessible-programs`

Remove accessible programs from a Level.

## Path parameters

- `progression_id` integer, required
- `level_id` integer, required

## Headers

- `x-api-key` string, required

## Request body

- RequestPrograms — List of Program Ids
  - `program_ids` integer[] — List of Program IDs

## Response `200`

Data of the updated Level

- ResponseLevel — single full Criteria or error message if applicable
  - `progression_id` integer — Progression Id
  - `progression` string — progression name
  - `level` LevelAPI — full level info
    - `id` integer, required — Identifies the Level
    - `order` integer, required — The sequence of the Levels within the Progression
    - `level` string, required — Name of the Level
    - `description` string — Description or details for Level
    - `level_view_type_id` integer — ID for LevelVisualType static entity - defines the visual represenation of the Level
    - `level_view_type` string — Label for LevelVisualType
    - `level_color_primary` string — Hex color code for Color/Stripe Level Visual Type
    - `level_color_secondary` string — Secondary hex color code for Color/Stripe Level Visual Type
    - `stripe_option_id` integer — ID for StripeOption static entity. Used with Color/Stripe LevelVisualTypes
    - `stripe_option_value` integer — number of stripes
    - `stripe_color` string — Hex color code for stripe in Color/Stripe LevelVisualType
    - `is_auto_promotion` boolean — Boolean to denote if Level has Auto-Promotion turned on. If true, any eligible client will be automatically promoted to the next level. If false, admin has to manually update client to the next level
    - `certificate_eligible` boolean — Is the level eligible for a certificate
    - `created` Created — Record creation data.
      - `created_by_id` integer — Unique ID of the user that created the record.
      - `created_by` string — Name of the user that created the record.
      - `created_on_datetime` string, date-time — Datetime on which the record was created.
    - `updated` Updated — Update info
      - `updated_by_id` integer — Unique ID of the user that last updated the record.
      - `updated_by` string — Name of the user that most recently updated the record.
      - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.
    - `criteria` CriteriaAPI[] — list of Criteria associated with this Level
      - `id` integer, required — Identifies the Tracker
      - `criteria` string — Name of the Tracker
      - `description` string — Description of the Tracker for display to Client&#39;s in the Mobile App
      - `criteria_type_id` integer — Identifies the Criteria Type
      - `criteria_type` string — Criteria Type Name
      - `is_visible_in_app` boolean — If true, this Tracker is visible to Clients in the Mobile App
      - `count_required` integer — Count required to pass this Tracker
      - `is_required_auto_promotion` boolean — True if this Criteria is required for promotion
      - `criteria_time_type_id` integer — Identifies the Time Type for Time Criteria
      - `criteria_time_type` string — Time Type name for Time Criteria
      - `created` Created — Record creation data.
        - `created_by_id` integer — Unique ID of the user that created the record.
        - `created_by` string — Name of the user that created the record.
        - `created_on_datetime` string, date-time — Datetime on which the record was created.
      - `updated` Updated — Update info
        - `updated_by_id` integer — Unique ID of the user that last updated the record.
        - `updated_by` string — Name of the user that most recently updated the record.
        - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.
    - `level_accessible_programs` ProgramAPI[] — list of Programs associated with Level
      - `program_id` integer — Program Id
      - `program` string — Program name
  - `wodify_validation_result` string — The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
