Delete customer note

This request deletes an existing customer note.

   Click here to learn more about this request

Customers notes are used to track specific information regarding a borrower. Note the following about customers:

Deleting a customer note requires the customer's ID and the note's ID.

You can find a customer's ID by sending a GET customer information or a POST Search customers request.

You can find a note's ID by sending a GET customer notes request.

Customer notes cannot be recovered once they're deleted.

For an example of how customers work within the Secure Payments UI, take a look at our Secure Payments – Customers article.


Results

Returns true after a successful customer notes deletion. An error results in a message indicating the type of error (e.g. invalid customer ID).

Path Params
int32
required

The ID of the customer

int32
required

The ID of the note.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json