Delete Note

DELETE /v2/finplus/debtmanagement/debtornotes/notes/{id}

Use this endpoint to delete a debtor note for a specified school.

The note ID must be included in the URL and can be found using the Get Note(s) call.

To restore a deleted debtor not, refer to the Update Note page.

Path Parameters

Name
Type
Description

{id}*

Integer

The Note ID of the debtor note to delete

Request Headers

Name
Type
Description

HTTP-X-USERNAME*

String

As provided by d6

HTTP-X-PASSWORD*

String

As provided by d6

HTTP-X-SCHOOLID*

Integer

The unique identifier of the school for which the data is being queried.

Response Examples

Status: 200 OK

{
    "status": "Deleted"
}

Code Samples