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": "e26654c5-2a35-4017-b032-b4d0e932729c",
"Asset": {
"AssetId": "ccc714da-b268-476e-a826-cc9cbf9d69c7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "33f5f360-6e9a-4bbd-b558-71f7f3f771c7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5f5603d3-ef29-45bf-9cce-dafcdf7d7cea",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:57:03.989434-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "f6d467c5-1e48-44ac-9f09-84609bebb793",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-21T04:57:03.989434-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:57:03.989434-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "7926fd3b-a676-4cd0-8074-d3bb300e9954",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:57:03.989434-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-21T04:57:03.989434-08:00",
"MeasurementValueNeededDate": "2025-12-21T04:57:03.989434-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "784b7e3a-6824-47bd-8f63-ed2b9976646a",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T04:57:03.989434-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "d0f256ee-45b3-4986-8204-b47523e2e5c5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "33f5f360-6e9a-4bbd-b558-71f7f3f771c7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5f5603d3-ef29-45bf-9cce-dafcdf7d7cea",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:57:03.989434-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "dc572615-93e5-465a-9e71-bc430fa6e959",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "166c8f10-a9ac-4e5e-b78f-f66d83dba894",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "fa5237a0-dfb2-4ff6-b8dc-a8e5626cb976",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-21T04:57:03.989434-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": "9a9a49df-2855-4838-8dfc-bb007371ef0e",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:57:03.989434-08:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f0e5b49a-8693-4607-ac22-e3bb77facd17",
"CreateDate": "2025-12-21T04:57:03.989434-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T04:57:03.989434-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"
}