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": "2bef3d8c-a3f2-469d-9bcc-8df969cbf6c7",
"Asset": {
"AssetId": "68c37880-a3d9-4a59-a03a-4b8030c237ce",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7f62b4e3-e538-493a-b9a7-4586be91e549",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "100ec0b0-5be7-4645-90dd-d22ffc1b149a",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6895bcae-738e-4689-b2be-655fcfc536ed",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-13T17:51:28.2974404-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:51:28.2974404-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c85fda52-ad2e-4fdc-8f8d-436075957af2",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-13T17:51:28.2974404-07:00",
"MeasurementValueNeededDate": "2026-06-13T17:51:28.2974404-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "839ab555-6173-40c4-b436-9682e13f628f",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "4c227d70-0ec8-4663-a88d-8bdc8c6ce839",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "7f62b4e3-e538-493a-b9a7-4586be91e549",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "100ec0b0-5be7-4645-90dd-d22ffc1b149a",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fd5a4723-b0cd-435b-887d-ee87d38ba0be",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "67fcfec5-d5d7-42aa-a608-c0a2e1c027df",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "be0a8e8d-556a-4830-8f8f-c07eaf3b4776",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-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": "4e857b0a-6741-4786-adc3-a5c746f57503",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "cde02e55-c3cc-4cd9-b87b-798c96141ac8",
"CreateDate": "2026-06-13T17:51:28.2974404-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-13T17:51:28.2974404-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"
}