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": "26b9c7ed-e1cd-4478-9bb4-6bd01801f57b",
"Asset": {
"AssetId": "cc51b7a4-ef03-4c8e-b7fc-5e6ea2a20c8b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "446e36ef-5422-4494-abb8-9c8e2b13e0f1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4b0e2886-f1a1-4065-8db0-69f34622f65d",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "362fdc48-f9ab-4220-ab0f-5a44a67b2511",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-05T17:01:46.3595706-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:01:46.3595706-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a85f74b5-ee89-4c2c-af1b-f8af9aa8493e",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-05T17:01:46.3595706-08:00",
"MeasurementValueNeededDate": "2026-02-05T17:01:46.3595706-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b563d617-51d4-4fa7-aaa6-69aa7dec5931",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "399813d2-ffbc-4900-bfa3-3d670b066666",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "446e36ef-5422-4494-abb8-9c8e2b13e0f1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4b0e2886-f1a1-4065-8db0-69f34622f65d",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "457cb0cc-cce0-4472-81a5-4aacaf5b5689",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "df8580ff-bdd2-436c-82c2-1ee1e137d7f9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "84611dc2-a02c-4e0c-9cf2-a2745efb7677",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-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": "8e9fdfd4-4ee8-47d8-8f53-0c69b84a2c8b",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7e40e93f-dcc3-4bf6-b21c-dc511d199915",
"CreateDate": "2026-02-05T17:01:46.3595706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-05T17:01:46.3595706-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"
}