delete https://example.com/customerprofiles//invoiceProducts/
The Remove Customer Profile Invoice service is used to remove a stored invoice profile from a customer profile.
HTTP Request
DELETE /customerprofiles/{profileId}/invoiceProducts/{invoiceProductId}
Request parameters
Property | Type | Description |
---|---|---|
profileId required | string | Your unique identifier for the customer profile stored at Paynova. |
invoiceProductId required | string | Paynova's unique identifier for the invoice product associated with the customer profile. |
Response parameters
Property | Type | Description |
---|---|---|
status required | status | API operation status. Example: { "isSuccess":true, "errorNumber":0, "statusKey":"SUCCESS", "statusMessage":"The operation was successful." } |