Deleting Member Data in Siebel Loyalty

The data or information that is used to uniquely identify a loyalty member is called personally identifiable information (PII). In Siebel Loyalty, examples of PII are membership-related records, including member child objects like vouchers, transactions, cards, and so on. When you use the Siebel REST API to delete a Siebel loyalty user, the Siebel Loyalty application deletes all fields related to that member, and the deleted member can no longer be located in the Siebel Loyalty application.

The following request deletes a Siebel loyalty user:

  • URI: http://ServerName:port/siebel/v1.0/service/LOY Member Services/AsyncCascadeDelete

  • HTTP Method: POST

  • Content-Type: application/json

  • Authorization: Basic

  • Request body:
    {
    "body": {
    "Member Number": "296-2186601"
    }
    }
    

Here are the response details for a successful request:

  • HTTP Code: 200

    Content-Type: JSON

  • Response body:
    "Response": "Your request has been submitted for processing. Please check notifications for update."