delete
https://example.com/customerprofiles/
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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 |
|---|---|---|
profileIdrequired | string | Your unique identifier for the customer profile stored at Paynova. Example: "1" |
Response Parameters
| Property | Type | Description |
|---|---|---|
statusrequired | status | API operation status. Example: { "isSuccess":true, "errorNumber":0, "statusKey":"SUCCESS", "statusMessage":"The operation was successful." } |
