DELETE Measurements
Deletes the given measurement.
Request Information
URI Parameters
None.
Body Parameters
The measurement to delete.
Measurement| Name | Description | Type | Additional information |
|---|---|---|---|
| MeasurementId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| MeasurementType | MeasurementType |
None. |
|
| IsValid | boolean |
None. |
|
| IsValidMessage | 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:
{
"MeasurementId": "a7b2054f-4f9c-45bd-b759-da8458c732ff",
"Asset": {
"AssetId": "37af5e08-bd47-45de-94a0-a3c897d93dc1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "22d7d901-f205-4bd7-a634-f362492b9a18",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0eb512ee-7068-40b4-88e9-e4418f1f8611",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "81b77267-b3d4-4740-b84f-268250ec63ab",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T05:00:29.6342535-08:00",
"MeasurementValueNeededDate": "2025-12-21T05:00:29.6342535-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7b34a603-a687-4833-bc0a-5f07a24c566d",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T05:00:29.6342535-08:00",
"MeasurementValueNeededDate": "2025-12-21T05:00:29.6342535-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "6da0d4ac-6f7a-4bae-944c-8afd5477f393",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-12-21T05:00:29.6342535-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "823bd1cc-8209-4ed4-ad9c-903150701236",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "22d7d901-f205-4bd7-a634-f362492b9a18",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0eb512ee-7068-40b4-88e9-e4418f1f8611",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d0dc67aa-125d-4a08-9030-f51001712aef",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7317a02f-768a-4c4f-a092-709d70df85b7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "88ec5483-a43a-439a-a940-9f8f21fe33c3",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-21T05:00:29.6342535-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "497e06cf-c16d-4ba3-9edf-2b478d02f7a1",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "a1e8b040-d51f-48d7-bc12-de837cc78fa5",
"CreateDate": "2025-12-21T05:00:29.6342535-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T05:00:29.6342535-08:00",
"LastModifiedUser": "sample string 8"
}
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"
}