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": "92b6d4be-4cb5-4fff-b7f2-279297dc100d",
"Asset": {
"AssetId": "b57555f9-043f-4dee-8bf0-1fe60d35399b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5fd2b810-048c-4a73-94d6-5f24e5da01b9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5a8cfab3-2f25-40e9-a6cf-dbe1056394e9",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3347d989-a835-4d24-afed-ddc04c102881",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-23T14:45:45.2389072-07:00",
"MeasurementValueNeededDate": "2026-03-23T14:45:45.2389072-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f24976fd-bc5f-44f5-864e-b08e51577c86",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-23T14:45:45.2389072-07:00",
"MeasurementValueNeededDate": "2026-03-23T14:45:45.2389072-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "acd68540-a27f-46fb-95e3-18dae30c7984",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "7c94a247-9f0b-400b-a004-ae670361b6ff",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5fd2b810-048c-4a73-94d6-5f24e5da01b9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5a8cfab3-2f25-40e9-a6cf-dbe1056394e9",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d227e3f1-dd59-4e7a-a123-14f4fb6b03c4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f9d88227-c8b4-41d3-9973-1bd91694deef",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "262cb8a5-4363-470c-ae35-4d4c92c842aa",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-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": "5f9aa614-cd60-42cc-82d4-ef4f99b95aec",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7a2591ba-0975-4b0f-9f45-115348a5f82f",
"CreateDate": "2026-03-23T14:45:45.2389072-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-23T14:45:45.2389072-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"
}