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": "66cfd6bb-9236-418d-877c-297e35ba9244",
"Asset": {
"AssetId": "699bf0ed-a35b-4920-924b-7234fec0388a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a7537b4f-cd2d-4526-9d33-a44b86afb1c0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "57a50f4c-bc3b-484c-8b12-80ae56542efe",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "17c23033-e86e-4a8f-b20b-8f4f64a5f06d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T11:59:57.9928013-08:00",
"MeasurementValueNeededDate": "2025-11-05T11:59:57.9928013-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2ee9a7b0-a133-4140-9796-a3ea993e2dc8",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T11:59:57.9928013-08:00",
"MeasurementValueNeededDate": "2025-11-05T11:59:57.9928013-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2555dc85-eb2f-413e-95a6-469ff500dd70",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "9d81aee9-38ea-4c72-b588-07990727a927",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a7537b4f-cd2d-4526-9d33-a44b86afb1c0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "57a50f4c-bc3b-484c-8b12-80ae56542efe",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "67babab1-4fbb-4022-9fe3-aaa82f36126b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "307d415b-280b-4c52-9532-4b542fa39805",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "47e46b37-169d-4096-ae86-bef0ed759399",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-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": "d54de371-bbe8-4f28-a069-b160c145ea96",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d845d1-c74a-4b88-b867-790a351b6348",
"CreateDate": "2025-11-05T11:59:57.9928013-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T11:59:57.9928013-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"
}