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": "41f78302-55b4-4eb1-91c1-468664e92c32",
"Asset": {
"AssetId": "7b699a64-06b6-4016-b606-7998f398250e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cb8b2d3c-f219-4ea9-bafb-c30d3ef665cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd9a8ec8-d781-4ce8-a613-ac3b072a0857",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "30209892-e660-417f-90ec-3cdcd8d47ba4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:37:00.5191397-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:37:00.5191397-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6ea82e55-a0f7-44f3-8baa-d7eacd8785ce",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:37:00.5191397-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:37:00.5191397-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e6afe9aa-aa21-44d1-9f4c-c3e0d469d42f",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-05-04T12:37:00.5191397-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "0669dd16-2e76-4249-8ef1-1050771e8dfa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cb8b2d3c-f219-4ea9-bafb-c30d3ef665cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bd9a8ec8-d781-4ce8-a613-ac3b072a0857",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b78b0acc-ef40-4fe7-94e2-60b2dcbbf8d8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2285200a-8946-4836-9aaf-cdcd2230e442",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f6636036-127c-4bc1-ad11-1ae3deb76676",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07: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": "2026-05-04T12:37:00.5191397-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2f148493-856d-4517-8d76-af67304bcbf6",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "17ae143b-94d5-4fbf-b9f2-459a4fc41873",
"CreateDate": "2026-05-04T12:37:00.5191397-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:37:00.5191397-07: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"
}