Delete Note


Description

This method is used to delete Debtor Notes.

Authentication

Requires HTTP BASIC authentication.

HTTP Methods

Accepts DELETE requests.

URI

/api/2.0/creditors/{creditor}/debtors/{debtor}/notes/{note}

Path Variables

Name Required/Optional Description Validation
creditor required The UUID of the creditor in the system Creditor UUID should exist in the system
debtor required The UUID of the debtor in the system Debtor UUID should exist in the system
note required The UUID of the debtor note in the system Debtor Note UUID should exist in the system

HTTP Parameters

No HTTP parameters.

Curl Example

Request

curl -u apiuser:test -X DELETE "https://www.factorsnetwork.com/api/2.0/creditors/4ed02be3-7284-87ec-90da-09d66576655e/debtors/645d5f2e-2121-d11d-dd33-869ffac113be/notes/e6aaa036-2121-d11d-dd33-16d56d6169af"
						

Response

No Response