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": "4284cd93-22d6-482f-8b14-ce93cc5a159d",
"Asset": {
"AssetId": "614a8276-b6b4-4c1b-bddb-f1cd4b6e6b77",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "57f6d9f0-f27c-4b3b-bdf9-002d70ee3a33",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b3f49900-4407-43e4-8c23-c8778bef532f",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7701201e-91df-44e3-913e-4ab3082f093e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-03T02:29:31.0086712-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:31.0086712-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d4c2ac57-fe08-4643-bf98-d9ee60dc4581",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-03T02:29:31.0086712-07:00",
"MeasurementValueNeededDate": "2026-08-03T02:29:31.0086712-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f97fe76f-3d89-45fd-9d8b-4b79c2b95168",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "0cb8b042-5034-4c4d-8626-26e9a52c7a8a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "57f6d9f0-f27c-4b3b-bdf9-002d70ee3a33",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "b3f49900-4407-43e4-8c23-c8778bef532f",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "1754be3a-b942-40b0-a366-1ff006521809",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6cb335d-baf1-4dda-ab89-50069894daa6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ef2e1c3a-31d0-484a-99c8-d87008395dee",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-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": "e59b90c5-adb2-4c39-8e19-ffcc5612ac62",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2dec3d09-1bdf-4c40-a14b-e099d1139615",
"CreateDate": "2026-08-03T02:29:31.0086712-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-03T02:29:31.0086712-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"
}