delete https://example.com/customerprofiles/
The Remove Customer Profile service is used to remove a customer profile and all related data.
HTTP Request
DELETE /customerprofiles/{profileId}
Request Parameters
Property | Type | Description |
---|---|---|
profileId required | string | Your unique identifier for the customer profile stored at Paynova. Example: "1" |
Response Parameters
Property | Type | Description |
---|---|---|
status required | status | API operation status. Example: { "isSuccess":true, "errorNumber":0, "statusKey":"SUCCESS", "statusMessage":"The operation was successful." } |