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": "b1469e1d-9c08-47cd-836f-692b81422c0c",
"Asset": {
"AssetId": "c4906b89-cb41-4dcf-b7d4-fa24ad9b4690",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "002b0ade-a5ed-46c1-9253-53b4e307e9fd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba0c48fa-5cf4-4435-8c91-300ef010f707",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5678846e-7166-47d7-ad71-c5b0750ad133",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:11:12.0123594-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:12.0123594-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9648f226-00ac-42a9-abdf-b95a71235b57",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:11:12.0123594-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:12.0123594-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f5376ca3-6576-4223-ad01-d134d0e01663",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "fc776954-4c75-41c0-8a18-4c8642136489",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "002b0ade-a5ed-46c1-9253-53b4e307e9fd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba0c48fa-5cf4-4435-8c91-300ef010f707",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "f68dabff-ffff-49a4-88b9-cd1e42199f74",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "43a1225a-aa02-4224-b94e-1658401792b3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "90aeedb8-0c0b-4aa2-b49f-ef4bcb71df56",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-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": "e1ff3f43-a2d7-4c33-bc9f-4c36debc581b",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f61bbb54-e449-44e8-a89b-ffe0f7a83dac",
"CreateDate": "2026-05-09T23:11:12.0123594-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:12.0123594-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"
}