---
title: "Cancel Member Pending Points"
method: POST
path: "/v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/cancel"
tags: ["Loyalties"]
---

# Cancel Member Pending Points

`POST /v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/cancel`

Cancel manually the pending points for the loyalty card. The pending points are determined by the pending point ID.

Once canceled, the pending point entry with that ID is not listed by the endpoints: List member ([with campaign ID](/api-reference/loyalties/list-member-pending-points-with-campaign-id), [without campaign ID](/api-reference/loyalties/list-member-pending-points)), [List campaign pending points](/api-reference/loyalties/list-campaign-pending-points).

This **POST** method does not require a request body and it returns an empty, 204, response.

>👍 Configuring pending points
>
>Pending points are configured as part of an earning rule with [POST Create earning rule](/api-reference/loyalties/create-earning-rule) or [PUT Update earning rule](/api-reference/loyalties/update-earning-rule).

## Response `204`

Returns no content if the pending points are canceled successfully.

## Other responses

- `400` — Returns an error if the pending points have been already activated or canceled.
- `404` — Returns an error if the member or pending point ID could not be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
