Delete Note
Delete a debtor note
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Query Parameters
Name
Type
Description
Response Examples
{
"status": "Deleted"
}{
"error": "Not Found",
"error_description": "The note does not exist or has already been deleted."
}{
"error": "Integration not activated",
"error_description": "Please activate the Admin+ API for this client before making this request"
}Code Samples
Last updated