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, without campaign ID), 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 or PUT Update earning rule.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique loyalty card code assigned to a particular customer.
"MmFAzfDe"
Unique pending point identifier, assigned by Voucherify.
Returns no content if the pending points are canceled successfully.