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": "6830c7ff-1cd0-49c3-ac80-b7703d35bfe5",
"Asset": {
"AssetId": "10743c79-baf6-46f4-8d32-3f9fdb1b74d7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9bcf3a86-4d18-419b-a61f-7a714e6622f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "447b7a6a-fe48-4ceb-8845-b4d0e5d45491",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T01:34:10.62984-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "0c310925-5f38-4b18-bded-bc63bbefbc9f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-28T01:34:10.62984-07:00",
"MeasurementValueNeededDate": "2026-06-28T01:34:10.62984-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "1d41e4f9-8031-4516-b8e8-6c9abccc54c7",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T01:34:10.62984-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-28T01:34:10.62984-07:00",
"MeasurementValueNeededDate": "2026-06-28T01:34:10.62984-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2b078670-0ecb-4da2-abce-0b8c71ff252e",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-28T01:34:10.62984-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "2c0a164a-c2c5-4074-af09-b85320f388bd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9bcf3a86-4d18-419b-a61f-7a714e6622f9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "447b7a6a-fe48-4ceb-8845-b4d0e5d45491",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T01:34:10.62984-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3ad4ee9a-467b-4700-9d9c-6d8dd15558a0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "9017ab94-feb0-42a3-86af-946aa4cabe04",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "709d5a46-88ab-438d-a01c-454bb4729ba8",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-28T01:34:10.62984-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": "92455edf-0654-4007-9141-c977908bc479",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T01:34:10.62984-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f5d6fb7c-b166-4fbf-a153-98ee5a991312",
"CreateDate": "2026-06-28T01:34:10.62984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-28T01:34:10.62984-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"
}