Authorization: Bearer ********************curl --location --request DELETE 'https://api.ordermesh.io/note/v1/notes/' \
--header 'Authorization: Bearer <token>'{
"errorCode": "string",
"requestId": "string",
"errors": [
{
"errorMessage": "string",
"propertyName": "string",
"attemptedValue": null
}
]
}