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": "98d60af9-5b00-4e18-a89c-eb14f8cc5c6c",
"Asset": {
"AssetId": "a5593001-92ef-46ed-b22a-600efc7e14cf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2a389509-c030-4c22-b952-3f4e73b24b72",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "346202d1-04db-40bf-b343-a9ecf0d6d3eb",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:45.818969-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "329a1d03-70df-4453-8cb7-5f39245ba5fb",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-16T07:36:45.818969-07:00",
"MeasurementValueNeededDate": "2026-08-16T07:36:45.818969-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c8ddbc62-6870-49b6-8bdb-d49026af5501",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T07:36:45.818969-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-16T07:36:45.818969-07:00",
"MeasurementValueNeededDate": "2026-08-16T07:36:45.818969-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b504b573-25bc-4397-b3ea-1e320b517b0d",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-16T07:36:45.818969-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "0509c39f-b3cb-432b-adfe-682e02e53197",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2a389509-c030-4c22-b952-3f4e73b24b72",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "346202d1-04db-40bf-b343-a9ecf0d6d3eb",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:45.818969-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2ab0602a-8a74-4eff-8e51-6b95427f5497",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "59fd5cb2-331c-44a4-b806-7b023746d5a0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c8c3326e-fe14-4718-86a5-7bf8b7e7859d",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T07:36:45.818969-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": "1edc44e5-e12a-400b-80e0-e77960cbdbf1",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:45.818969-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "16ef6977-08cd-4b4a-912d-624a8c0015b7",
"CreateDate": "2026-08-16T07:36:45.818969-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:45.818969-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"
}