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": "db86701c-4e8b-4eec-a589-98a80e02fda1",
"Asset": {
"AssetId": "8475b5dd-17a0-49bb-af8a-ce3260fcb16d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ff3ef1b4-057c-4fa9-bb5c-906df5d83fd6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "780be04e-f4c0-4593-ac95-66797a135db2",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d8c2d45a-b503-4e81-b1e1-1d5983800af0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:29:14.4821821-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:14.4821821-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2ae39fa1-c484-4edb-b539-5835f4254564",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:29:14.4821821-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:14.4821821-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "97f9c805-2edd-4318-83cc-ba66dcc2169d",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-08-03T02:29:14.4821821-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "64d36f4d-b934-46c4-b7a9-e05efff578a0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ff3ef1b4-057c-4fa9-bb5c-906df5d83fd6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "780be04e-f4c0-4593-ac95-66797a135db2",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c6af0df5-2971-4047-8cb2-3c0e85b1118c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c2ae8f7-2e2e-48af-87e4-459d0da79318",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "691f342c-88aa-4326-b93b-98b458ebea0d",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-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-08-03T02:29:14.4821821-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e3228891-875b-4b83-8ff5-cc81aaabc2dc",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6f917406-70f3-45a4-bdf2-02f74b9e1fc4",
"CreateDate": "2026-08-03T02:29:14.4821821-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:14.4821821-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"
}