---
title: "Changes to Deactivate program member"
method: POST
path: "/v2/loyalties/programs/{programId}/members/{memberId}/deactivate"
---

# Changes to Deactivate program member

`POST /v2/loyalties/programs/{programId}/members/{memberId}/deactivate`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 62 revisions.

- **2026-09-02** (v2) `dbfaefa45f8b` — 8 breaking, 2 warning, 2 info
- **2026-07-17** (v2) `4cbaee5a82d5` — 8 info
- **2026-07-06** (v2) `341403eb19e5` — 11 breaking, 6 warning, 13 info

## Changes

- **2026-09-02** (v2) `dbfaefa45f8b` — 8 breaking, 2 warning, 2 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
  - deleted the `path` request parameter `memberId`
  - deleted the `path` request parameter `programId`
  - added `#/components/schemas/Member` to the response body `allOf` list for the response status `200`
  - removed the non-success response with the status `409`
- **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` — 11 breaking, 6 warning, 13 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 `409`
  - 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 `409`
  - 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 `409`
  - 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 `409` 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 `409` status
  - removed the optional property `resource_type` from the response with the `500` status
  - api operation id `deactivateMember` removed and replaced with `deactivateProgramMember`
  - added the non-success response with the status `400`
  - 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/deactivate/post.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/deactivate/post)
