---
title: "Changes to Delete program member"
method: DELETE
path: "/v2/loyalties/programs/{programId}/members/{memberId}"
---

# Changes to Delete program member

`DELETE /v2/loyalties/programs/{programId}/members/{memberId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 62 revisions.

- **2026-09-02** (v2) `c1cb60a29032` — 8 breaking, 3 info
- **2026-07-31** (v2) `e9b432b0cdf2` — 2 warning
- **2026-07-17** (v2) `4cbaee5a82d5` — 8 info
- **2026-07-06** (v2) `341403eb19e5` — 8 breaking, 4 warning, 14 info

## Changes

- **2026-09-02** (v2) `c1cb60a29032` — 8 breaking, 3 info
  - removed the required property `created_at` from the response with the `200` status
  - removed the required property `customer_id` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `metadata` from the response with the `200` status
  - removed the required property `object` from the response with the `200` status
  - removed the required property `program_id` from the response with the `200` status
  - removed the required property `status` from the response with the `200` status
  - removed the required property `updated_at` from the response with the `200` status
  - added `#/components/schemas/Member` to the response body `allOf` list for the response status `200`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `409`
- **2026-07-31** (v2) `e9b432b0cdf2` — 2 warning
  - deleted the `path` request parameter `memberId`
  - deleted the `path` request parameter `programId`
- **2026-07-17** (v2) `4cbaee5a82d5` — 8 info
  - added the optional property `resource_id` to the response with the `400` status
  - added the optional property `resource_id` to the response with the `404` status
  - added the optional property `resource_id` to the response with the `409` status
  - added the optional property `resource_id` to the response with the `500` status
  - added the optional property `resource_type` to the response with the `400` status
  - added the optional property `resource_type` to the response with the `404` status
  - added the optional property `resource_type` to the response with the `409` status
  - added the optional property `resource_type` to the response with the `500` status
- **2026-07-06** (v2) `341403eb19e5` — 8 breaking, 4 warning, 14 info
  - added the pattern `^lmbr_[a-f0-9]+$` to the `path` request parameter `memberId`
  - added the pattern `^lprg_[a-f0-9]+$` to the `path` request parameter `programId`
  - the response property `code` became optional for the status `404`
  - the response property `code` became optional for the status `500`
  - the response property `key` became optional for the status `404`
  - the response property `key` became optional for the status `500`
  - the response property `message` became optional for the status `404`
  - the response property `message` became optional for the status `500`
  - removed the optional property `resource_id` from the response with the `404` status
  - removed the optional property `resource_id` from the response with the `500` status
  - removed the optional property `resource_type` from the response with the `404` status
  - removed the optional property `resource_type` from the response with the `500` status
  - api operation id `deleteMember` removed and replaced with `deleteProgramMember`
  - added the non-success response with the status `400`
  - added the non-success response with the status `409`
  - the response property `created_at` became required for the status `200`
  - the response property `customer_id` became required for the status `200`
  - the response property `id` became required for the status `200`
  - the response property `metadata` became required for the status `200`
  - the response property `object` became required for the status `200`
  - the response property `program_id` became required for the status `200`
  - the response property `status` became required for the status `200`
  - the response property `updated_at` became required for the status `200`
  - the `customer_id` response's property pattern `^cust_[a-zA-Z0-9]+` was added for the status `200`
  - the `id` response's property pattern `^lmbr_[a-f0-9]+$` was added for the status `200`
  - the `program_id` response's property pattern `^lprg_[a-f0-9]+$` was added for the status `200`

---

[Operation](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api/docs/v2/loyalties/programs/:programId/members/:memberId/delete.md) · [API](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api.md) · [Page](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api/changes/v2/loyalties/programs/:programId/members/:memberId/delete)
