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": "5c1ef793-3f11-4b7d-81e1-953d7818da71",
"Asset": {
"AssetId": "c047e6db-8df7-4510-9eed-37349c8bacbd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0317924a-ba04-41fe-9d92-0dd059f47ca1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba92f1d0-f088-45be-b1c2-7a0236a375e0",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3504656d-1ef7-4712-9753-e0fe64bc44c7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-05T06:19:27.4129446-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:19:27.4129446-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e8588e93-5333-4949-8ec0-0867d7ed49c7",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-05T06:19:27.4129446-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:19:27.4129446-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "84650e44-eb0f-42cd-91f1-5eb3840f2d41",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "ea8542de-22a3-4fed-991d-5638ba264fad",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0317924a-ba04-41fe-9d92-0dd059f47ca1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba92f1d0-f088-45be-b1c2-7a0236a375e0",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e7def4eb-930a-4d3c-a9a2-c299151a9c9b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "820c251d-e7d1-47b2-ba83-e0055855f5ed",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bac3ca5-dc7f-4a7b-a3cc-bde7c19305eb",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-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": "c1a61fc2-6839-4733-a121-f3bb6603d932",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "219d1f40-efe5-4f83-bd7d-e06ce66fd98c",
"CreateDate": "2025-12-05T06:19:27.4129446-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:19:27.4129446-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"
}