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": "17f1e58a-6666-46f2-bf13-872842b6542d",
"Asset": {
"AssetId": "2d35e06f-fd7c-4ffa-879c-6c90cf18439f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1c4bd471-c1d8-4c4a-bd10-2c488de2ac6d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ff0a8972-c99a-417a-8dd5-adbf784b786d",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2cd3d16f-5f53-4dd8-9342-c52398fe290a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-24T15:02:08.8235531-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:08.8235531-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a3b232b0-0569-4b15-8259-8fd44ea1566e",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-24T15:02:08.8235531-07:00",
"MeasurementValueNeededDate": "2026-03-24T15:02:08.8235531-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e0e536aa-e628-4596-a180-8be06ca979b1",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "b86241d7-0dd6-43be-8a57-fd2204e5ce7a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1c4bd471-c1d8-4c4a-bd10-2c488de2ac6d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ff0a8972-c99a-417a-8dd5-adbf784b786d",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "cbe8837f-6a68-4c07-a888-64e8be070599",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e7584271-2e4b-4369-a791-dfd76b4407c5",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ad11dea6-87a0-4bba-9c3e-e2508c6da4d5",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-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": "bf59b677-9681-4cac-936e-e2cd74c26efa",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "46e80c6e-2384-48ce-9624-2301eb1a9c0e",
"CreateDate": "2026-03-24T15:02:08.8235531-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-24T15:02:08.8235531-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"
}