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": "8ba96fe4-6530-4e9f-bac3-9b4c37239989",
"Asset": {
"AssetId": "070081a7-4b1a-4b87-9686-ef057b153feb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "52c57e8d-d37a-4efd-aa54-095d84eb8c3a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "11803818-405c-46bb-b4cf-926aa8cc214c",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "74093245-1a4f-4fe3-84b3-fca09edae234",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:08:07.6421981-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:08:07.6421981-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ae9afdef-af12-4673-a769-9fc1f11fc719",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:08:07.6421981-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:08:07.6421981-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1e7fa1fd-5fed-4908-b47d-7f05983be40e",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "3a356f36-dc2a-4701-8e00-b1d2668920aa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "52c57e8d-d37a-4efd-aa54-095d84eb8c3a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "11803818-405c-46bb-b4cf-926aa8cc214c",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5586dfd2-1fe9-4e1b-975d-77b03daeeba6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "62734dab-1380-441a-a575-6ef1bde3f82d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "19ba8fd4-2c61-4c9c-bded-6c1132ef06f7",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-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": "e92edde3-f628-489c-954e-32528fdb370b",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "773c10da-0c56-42af-a144-578650546b46",
"CreateDate": "2026-08-23T08:08:07.6421981-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:08:07.6421981-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"
}