Delete Loyalty Advice
DELETE/client/users/:correlation_id/advices/loyalty
Deletes a Loyalty Advice for the current session's account.
Request
Body
| Field | Type | Required | Description | Allowed Values |
|---|---|---|---|---|
entity | string | Yes | The scope of the lock to lift. Must match the lock that was previously applied. | ACCOUNT |
context | string | Yes | The type of restriction to lift. Must match the lock that was previously applied. | REDEMPTION |
reason | string | No | A free-text explanation of why the lock is being lifted (e.g. for audit purposes). | any string |
Response
Returns a confirmation message.
Request
Responses
- 200
200 - Redemption Lock Lifted