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": "f0706ddd-28fd-4c43-aeeb-0ab7eb8ef981",
"Asset": {
"AssetId": "afdc26e8-6eeb-488a-9b1b-3f5227e7bbfb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "bf452f7d-9be7-4153-bef3-cda04f132892",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "df5b8166-24d0-4e24-9824-5c063a3863dd",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f8f65302-740d-486a-a50e-78b6780e4d18",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-21T00:36:23.8517994-08:00",
"MeasurementValueNeededDate": "2026-01-21T00:36:23.8517994-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cde98e67-2748-481b-99a2-9684fd959733",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-21T00:36:23.8517994-08:00",
"MeasurementValueNeededDate": "2026-01-21T00:36:23.8517994-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2d66f498-7d66-4d0f-9801-484c79135224",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "7dae582f-0910-4095-898c-0f048dc62453",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "bf452f7d-9be7-4153-bef3-cda04f132892",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "df5b8166-24d0-4e24-9824-5c063a3863dd",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fbe07f35-6bd3-49a4-a50e-cb5964684cbf",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "54530c0f-61c9-4fec-8e9b-234f496a9b12",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "44c196b6-cc80-4bdf-82bc-94739930a4cb",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-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": "91a2901d-9337-4fdc-b99e-3cfc65da77cc",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ffd5c3e4-46c8-4aaa-af87-7f41317a3288",
"CreateDate": "2026-01-21T00:36:23.8517994-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T00:36:23.8517994-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"
}