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": "6466ef37-908f-4359-bf8c-bd1abe9f700a",
"Asset": {
"AssetId": "430672fb-f779-484d-9e3b-331ac7566ac9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "355b42f3-39ca-4736-adb7-7101a26771f2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "db8a55f4-7232-4382-b838-61ba292c428e",
"CreateDate": "2026-01-16T16:20:13.726335-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:20:13.726335-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "aed69cef-127b-4ce6-8a1c-a93615ec1f43",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-16T16:20:13.726335-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:20:13.726335-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "67e01084-1f07-44c1-826a-d9ed1d28d3d2",
"CreateDate": "2026-01-16T16:20:13.726335-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:20:13.726335-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-16T16:20:13.726335-08:00",
"MeasurementValueNeededDate": "2026-01-16T16:20:13.726335-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b23319c8-3f05-47a4-88b9-2cc2e0f088c1",
"CreateDate": "2026-01-16T16:20:13.726335-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-16T16:20:13.726335-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7cbcd7eb-3e8d-47ad-bd8f-a7a751888778",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "41e4876d-947d-4b5e-9064-3a1e0134f8c1",
"CreateDate": "2026-01-16T16:20:13.726335-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:20:13.726335-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-16T16:20:13.726335-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "25a90528-5aaa-4c6b-aa74-26cf9cca50e0",
"CreateDate": "2026-01-16T16:20:13.726335-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-16T16:20:13.726335-08: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"
}