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": "b5f137be-7c53-4b0d-9850-d93e2a2e3bb7",
"Asset": {
"AssetId": "38dfc95a-a159-4375-ac01-282018525fb6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e8f9b969-30f5-4822-8bf0-78a1f632a452",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a94d1f44-ec7c-4229-87b4-ab83bd120fd0",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b016e995-45a0-4308-b28b-214f2390ffe6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "07b5b326-edb0-41d7-9475-2f1ae39ff33c",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"MeasurementValueNeededDate": "2026-03-03T08:11:21.7793707-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "41185df9-2e20-4a5b-8b97-e08d6cadb822",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "776b6f1c-374b-4959-968a-5a866cebe521",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e8f9b969-30f5-4822-8bf0-78a1f632a452",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a94d1f44-ec7c-4229-87b4-ab83bd120fd0",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "32b0fa82-1d18-4399-b5c6-a38b74765ff3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "801394cb-a8fe-4b85-ae2f-02e7bf6d10a9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7acb67e5-abc8-4e04-a378-2d6c0187cb0f",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-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": "14012868-2718-4467-823f-53daa546f665",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "58e5bffc-3429-4691-a425-8d8c1584f564",
"CreateDate": "2026-03-03T08:11:21.7793707-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-03T08:11:21.7793707-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"
}