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": "ae6915a1-b297-4365-85cd-eeb5c9978464",
"Asset": {
"AssetId": "de6e5b44-fbe7-4741-8a7e-606d3458aa12",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "445bb6ca-46a8-4afe-a008-d3bff6eb2cfa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "70cd1831-1ae9-4f59-a8a3-278d13b083dc",
"CreateDate": "2026-03-24T15:00:10.0959587-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:00:10.0959587-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "feb01b98-0748-4975-bd6d-df4554c68ccb",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:00:10.0959587-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:00:10.0959587-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e3596a4f-54f3-4df2-ad44-ce6c3a78165f",
"CreateDate": "2026-03-24T15:00:10.0959587-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:00:10.0959587-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:00:10.0959587-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:00:10.0959587-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "576065da-bafb-460e-a7b8-0f71b2fca35e",
"CreateDate": "2026-03-24T15:00:10.0959587-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:00:10.0959587-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "01dc84a4-0c20-4f46-86e5-af04bfff0f10",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "477bb33e-9a23-42a3-8a49-3ef1ced80a0a",
"CreateDate": "2026-03-24T15:00:10.0959587-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:00:10.0959587-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-24T15:00:10.0959587-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f1a9da58-ab17-48c5-8d69-71056c557466",
"CreateDate": "2026-03-24T15:00:10.0959587-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-24T15:00:10.0959587-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"
}