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": "66d8de67-1ecb-4694-aa85-b9574a577454",
"Asset": {
"AssetId": "b13ce3cf-9f00-4b2a-b699-41209f45d5e1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "692d2a16-1c08-4fc5-90b7-82736f7f3ac9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "35eb7c62-016d-4003-8574-b6a04ab0db6e",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:14:44.241487-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7467532d-fa22-43ee-b140-dc08376b87ae",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:14:44.241487-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:14:44.241487-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b2322670-668e-4ce6-860a-f8b2c0c335c2",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:14:44.241487-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:14:44.241487-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:14:44.241487-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ee884573-67ee-45fd-8b0f-ecb24c17f164",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:14:44.241487-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-04-14T09:14:44.241487-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "73b85292-3565-4091-b0cd-7ca1142bed0c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "692d2a16-1c08-4fc5-90b7-82736f7f3ac9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "35eb7c62-016d-4003-8574-b6a04ab0db6e",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:14:44.241487-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b1be89b7-d3b2-4dee-941d-68e1a3b459d7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e03c14ba-d8c5-4167-9bb1-8ce77c6afd75",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "3ce519a6-f2f9-4fc7-ae06-838f067caa27",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:14:44.241487-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-04-14T09:14:44.241487-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f19f387b-c710-432d-8f1a-968144781430",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:14:44.241487-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d48137e0-daf6-436c-a668-47b93f3244b4",
"CreateDate": "2026-04-14T09:14:44.241487-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:14:44.241487-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"
}