POST
/
v2
/
customers
/
{merchant_id}
/
remove_points
curl --request POST \
  --url https://api.loyaltylion.com/v2/customers/{merchant_id}/remove_points \
  --header 'Content-Type: application/json' \
  --data '{
  "points": 2,
  "reason": "<string>"
}'
""

Path Parameters

merchant_id
string
required

Body

application/json
Body

The body is of type object.

Response

204
application/json
204

The response is of type enum<string>.

Available options: