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": "3e200e2e-d1fb-4bf4-bec5-00a1f3f7c428",
"Asset": {
"AssetId": "3ebcb4e0-f273-490e-a859-918bc92d4f27",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "09b2f95b-0a34-4921-9c52-6f4584dc451c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "256c4255-b35b-40a4-bd41-4efd09cf3f1a",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "01374d3a-c166-4447-a016-1c18c0f01323",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:59:52.5691057-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:52.5691057-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "346a0f9c-4d53-4cf0-8ce4-0ab1bc36a02d",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:59:52.5691057-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:59:52.5691057-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bf27f1fb-cf7b-4c92-bcb2-2b3ec0c119a2",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "592fa1a1-8778-4974-85e3-44ca9f5d6e72",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "09b2f95b-0a34-4921-9c52-6f4584dc451c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "256c4255-b35b-40a4-bd41-4efd09cf3f1a",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b5e56049-7ce5-4770-8f2e-ea5b3c907b31",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8a9bbb39-e53b-45f7-9c0f-2e69f025c2ef",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "061df6a2-f74c-4372-945c-e9e21befbc15",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-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"
],
"SourceSystemId": "sample string 4",
"CompanyId": "098a4840-8c28-46fb-940b-c7e64d7d9cb4",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "54a38aa1-086a-486b-b08e-abcf615a9aed",
"CreateDate": "2026-07-13T23:59:52.5691057-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:59:52.5691057-07: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"
}