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": "b2520524-8121-4242-8ce1-dad57e0e4736",
"Asset": {
"AssetId": "46c70c16-10dd-4b2d-bc16-6e18d53bf2d7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ca7cd4ec-d4ca-4c5c-afc4-e40ed8da6678",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba51ed71-1e20-4b09-a9f4-d8649c502f11",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4a28d300-30d9-4e64-8ca4-10f8e1e53dce",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-16T02:49:20.6736645-08:00",
"MeasurementValueNeededDate": "2025-12-16T02:49:20.6736645-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "491b33cc-dcb7-41b3-834f-5f8d0c768051",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-16T02:49:20.6736645-08:00",
"MeasurementValueNeededDate": "2025-12-16T02:49:20.6736645-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "99149266-5b1d-48c6-acd9-d2163f7f7a6c",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2025-12-16T02:49:20.6736645-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "ab9e76e3-51de-4631-b3fd-90fe94157b11",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ca7cd4ec-d4ca-4c5c-afc4-e40ed8da6678",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba51ed71-1e20-4b09-a9f4-d8649c502f11",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "be35677e-68f8-4eb5-aadf-96bb7de02fa0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "917bc5f6-b6e9-4fcb-ab2b-81eb56bf1d74",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e77f5183-25da-4a93-92be-e37275ffa67b",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-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-16T02:49:20.6736645-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0336d30e-f47c-4802-9650-3d7aace6c4da",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0b8903f2-25d6-4a01-8fd1-29458175e641",
"CreateDate": "2025-12-16T02:49:20.6736645-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-16T02:49:20.6736645-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"
}