DELETE Notes
Deletes the given note.
Request Information
URI Parameters
None.
Body Parameters
The note to delete
Note| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| NoteCategory | NoteCategory |
None. |
|
| EffectiveDate | date |
None. |
|
| NoteHTML | string |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NoteId": "6edbdaed-06a1-44e0-8b49-e963bd8054aa",
"Asset": {
"AssetId": "98be9711-9135-4c03-ab5f-a80a96982078",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2c7045ef-898d-4f3e-a600-fe880c913a5d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1229d320-9c2b-4d13-b86b-0fdc1d237723",
"CreateDate": "2026-03-15T15:36:51.9962352-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T15:36:51.9962352-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "02754470-4f7f-4d04-923d-11560a79bb17",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-15T15:36:51.9962352-07:00",
"MeasurementValueNeededDate": "2026-03-15T15:36:51.9962352-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "aa6e661f-1ab1-49f2-ae3c-1023aad7628d",
"CreateDate": "2026-03-15T15:36:51.9962352-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T15:36:51.9962352-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-15T15:36:51.9962352-07:00",
"MeasurementValueNeededDate": "2026-03-15T15:36:51.9962352-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "559eb7df-2721-4646-8f6c-cbaa5bf9ae7d",
"CreateDate": "2026-03-15T15:36:51.9962352-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T15:36:51.9962352-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "30f769aa-63e9-4d2e-a174-28e1d7dcca95",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "62e89f7d-fa4a-435b-a73d-efb50bbbc73a",
"CreateDate": "2026-03-15T15:36:51.9962352-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T15:36:51.9962352-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-15T15:36:51.9962352-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "4e28aa51-af90-4eea-b14d-e4cb305c4ca4",
"CreateDate": "2026-03-15T15:36:51.9962352-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T15:36:51.9962352-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"Total": 1,
"Message": "sample string 2"
}