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": "e08e8078-6980-4a6c-b7c1-d6ef9969a52e",
"Asset": {
"AssetId": "0aab52c6-6efe-4fe9-ac74-8a59bfbd1854",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ac0a11dc-bfff-448b-b518-db4e68a0c324",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fa75e67f-60c9-4196-b308-877925c383c9",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fe02295d-da57-4428-af91-b00f8effc114",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T00:18:31.1054471-08:00",
"MeasurementValueNeededDate": "2025-11-05T00:18:31.1054471-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "76e7a768-2826-466e-8ad1-90211eb245b2",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T00:18:31.1054471-08:00",
"MeasurementValueNeededDate": "2025-11-05T00:18:31.1054471-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ab267519-67bf-403e-b309-698dd77e1cfe",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-11-05T00:18:31.1054471-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "5b701d43-155d-46be-bae7-a5db03db433c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ac0a11dc-bfff-448b-b518-db4e68a0c324",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fa75e67f-60c9-4196-b308-877925c383c9",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "00adda75-fcb3-4817-bf92-782e06960ec5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "74b7ec16-2065-450d-8e73-29f1b43df133",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e2139d47-950d-459e-a48c-9e645b5a0136",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-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-11-05T00:18:31.1054471-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d4517d43-c035-43b5-b36e-593cd62db72a",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "44bf7e19-1761-4cbc-b924-32b9bb548606",
"CreateDate": "2025-11-05T00:18:31.1054471-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T00:18:31.1054471-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"
}