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": "a48d1710-e8c3-4423-b479-26fef3eb923e",
"Asset": {
"AssetId": "d35c5b53-9a03-4c58-9ad6-05206c85b23c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3106a9a3-c821-45af-b070-259c3ad172fe",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "677bfadd-1fb8-4a2f-b540-c86d757f0cec",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e6eaf522-b677-46bf-ac7f-609d425198da",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-31T16:55:13.0433996-08:00",
"MeasurementValueNeededDate": "2025-12-31T16:55:13.0433996-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8cb104fd-2317-4460-9c33-564745198cd6",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-31T16:55:13.0433996-08:00",
"MeasurementValueNeededDate": "2025-12-31T16:55:13.0433996-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "efd479a1-1f33-4f04-917f-d2ecddd3b75d",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "1a96927e-97dd-4113-b3d2-2b3c38297455",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3106a9a3-c821-45af-b070-259c3ad172fe",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "677bfadd-1fb8-4a2f-b540-c86d757f0cec",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "53885136-2f33-42ab-a584-3bd178b4ac53",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6f69a921-8224-4e53-bb75-828f4334d7f1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "133e6b9c-bbec-4ae5-b905-b08825d90dca",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-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": "adb292f0-9b5e-4804-ad16-059b7bc0dae9",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "09eed351-66ef-460e-b882-c7540fd272b7",
"CreateDate": "2025-12-31T16:55:13.0433996-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T16:55:13.0433996-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"
}