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": "b33a3119-421e-40da-aaa2-4a62dfd63e0b",
"Asset": {
"AssetId": "a8764d3a-c85b-46d8-b1d8-138a37d4b952",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e6f2946d-e6d8-4895-b2d8-48a4e14c34d6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ff0d27d6-3ac4-4f9c-af6d-146f87585da5",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8e84d6ea-a7cc-4365-b1cb-cf9b2b7e0cb2",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-14T23:06:37.1697841-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:06:37.1697841-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d6f10d9a-188b-443f-94b9-797c36d185b6",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-14T23:06:37.1697841-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:06:37.1697841-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "77f43389-2da5-4232-8c5f-2ae24e1e7495",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "dfee74ee-5ff2-4d56-b150-9cd119d81796",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e6f2946d-e6d8-4895-b2d8-48a4e14c34d6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ff0d27d6-3ac4-4f9c-af6d-146f87585da5",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f3c4d537-68a5-4dbe-a3f5-c4f6519a01b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f03b50ac-cf85-4547-bfea-9a32a1d4c6a0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0c4e10ba-9823-4fd9-bb09-9b88cc15d4e4",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-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": "55f46836-32b5-4155-b52e-04758febfc4c",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4599bff7-40fb-41e4-98d2-185115b73989",
"CreateDate": "2025-11-14T23:06:37.1697841-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:06:37.1697841-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"
}