---
title: "Unmap Programs from Categories"
method: DELETE
path: "/program-category-mapping/{subdomain}"
---

# Unmap Programs from Categories

`DELETE /program-category-mapping/{subdomain}`

Given a list of `categories` that contain the category `slug`s and a list of `program-slugs`, remove that category from all specified programs.

## Request body

- ProgramCategoryMapping
  - `data` object, required
    - `attributes` object, required
      - `categories` object[], required
        - `slug` string, required
        - `program-slugs` string[], required
    - `id` string
    - `type` string, required

## Response `200`

- SuccessResponse
  - `Success` object[], required
    - `status` integer, required
    - `title` string, required
    - `detail` string, required

## Other responses

- `400`
- `404`

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/versions/fc66b9877391/schema)
