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": "3046aac8-50ce-45e0-910a-60dbb6c0a58a",
"Asset": {
"AssetId": "77011dee-7335-4581-bf7f-39c2c4bbef28",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9e75e6c1-0e2a-45db-aeae-78de624b343b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4606948d-6999-47dd-919e-b500742e37a1",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "56411cb8-c122-497a-b393-23d8bd25c283",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-14T09:13:23.1165319-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:23.1165319-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d3cb296c-5369-484d-ba36-0ce5524eabc5",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-14T09:13:23.1165319-07:00",
"MeasurementValueNeededDate": "2026-04-14T09:13:23.1165319-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a05cf708-e061-441f-afc5-4ec0dd31a0d6",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "173b28f5-da44-45f6-9c97-51bef486e9a2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9e75e6c1-0e2a-45db-aeae-78de624b343b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4606948d-6999-47dd-919e-b500742e37a1",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8ab052a5-5b0d-4359-a5b6-772344b1df75",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0f5caab5-e8bb-4dc4-999c-c9a50ad1a4b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c814df49-3afb-4bf0-9f2c-2a9d5e8f9146",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-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": "a11749cf-30e7-4264-89ae-9e0f87327a7d",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a24ea58d-73e7-4d69-8dca-8eac4f5c5e85",
"CreateDate": "2026-04-14T09:13:23.1165319-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-14T09:13:23.1165319-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"
}