put https://{tenant}.getomneo.com/api/v3/profiles//benefits/
A PUT
to the /profiles/{profileId}/benefits/{benefitId}
endpoint allows your application to update a specific Benefit record.
Expire a Benefit
By updating the
is_expired
field to a date in the past, this will automatically update theis_expired
field totrue
andis_redeemable
field tofalse
.This renders the benefit unusable, but still keeps the record of the benefit against the profile.
This is generally a good alternate to deleting the benefit all together