---
title: "Delete Client Progression"
method: DELETE
path: "/progressions/client-progressions/{client_progression_id}"
tags: ["Client Progression"]
---

# Delete Client Progression

`DELETE /progressions/client-progressions/{client_progression_id}`

Disenroll a Client from a Progression.

## Path parameters

- `client_progression_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

returns deleted id and if successful

- ResponseDelete — returns deleted id and if successful
  - `id` integer — Id deleted
  - `is_success` boolean — Determines if the action was successful
  - `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)
