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": "434eb06c-e7d8-4284-9b1c-f9b07cb443b3",
"Asset": {
"AssetId": "a4527faf-a949-4db9-950a-1b4696d06831",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "18cbcdd6-a996-465c-8c1b-e7edcf1c8be0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8042e3a2-3a20-4ead-b514-8bae91d40eab",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b5ac4992-2b6e-44b4-bedc-1238a317993c",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T12:55:15.7838837-07:00",
"MeasurementValueNeededDate": "2026-05-24T12:55:15.7838837-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "e1ea521e-b9d9-4906-b48a-aeb4d9cfd920",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T12:55:15.7838837-07:00",
"MeasurementValueNeededDate": "2026-05-24T12:55:15.7838837-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "572b5422-484a-4713-bf2b-aac6aab87875",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "b2bdc4b8-819b-4300-9831-07b8a9e53ad5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "18cbcdd6-a996-465c-8c1b-e7edcf1c8be0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8042e3a2-3a20-4ead-b514-8bae91d40eab",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "709fb59d-9925-4d6e-a3cd-750f45234471",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "44997b38-0e46-4520-8da1-708c33a32a60",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "4496176d-9198-4b1f-887b-78cc86ce26f7",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-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": "eba75f10-8ddf-48f0-87e8-831518c3a447",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "66d4f1fc-5fd5-4721-a069-dc7204e049a0",
"CreateDate": "2026-05-24T12:55:15.7838837-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T12:55:15.7838837-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"
}