DELETE Properties
Deletes the given property.
Request Information
URI Parameters
None.
Body Parameters
Property to delete
Property| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| PropertyType | PropertyType |
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:
{
"PropertyId": "b4405706-fd86-48db-9925-b9ad6fa5582b",
"Asset": {
"AssetId": "11f851aa-683c-45fb-8d4a-1a7e3bc8f2fa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "af0fd624-b7bf-4640-8a9c-c792200a51d8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef4febd9-dd7e-49e2-b36b-b3b3fccd3039",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b6a8d884-cbe9-4ca2-b7dc-e96c547cfaae",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T01:25:02.3027009-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:25:02.3027009-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "33e66624-59c5-40a6-92e6-71f7761ba3e5",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T01:25:02.3027009-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:25:02.3027009-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "00f1c78b-63b2-40b2-8733-3cf33cc77050",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "e066e916-3695-4b6c-b9a1-688ff8f4462b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "af0fd624-b7bf-4640-8a9c-c792200a51d8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef4febd9-dd7e-49e2-b36b-b3b3fccd3039",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "6d941c6b-9ae8-451b-a393-f17b2a239689",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ab994cef-c4b6-428c-898d-3fa7910c5a9e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cfa81c2d-babb-4996-8798-0da0a1ce9f8f",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-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"
],
"SourceSystemId": "sample string 4",
"CompanyId": "c680854c-b6ee-44a7-a6fa-e1f0b76c3d4e",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "137c422a-8a0f-487c-b700-037ff084ce70",
"CreateDate": "2026-02-11T01:25:02.3027009-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:25:02.3027009-08:00",
"LastModifiedUser": "sample string 7"
}
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"
}