DELETE Properties
Deletes the given property.
Request Information
URI Parameters
None.
Body Parameters
Property to delete
PropertyName | Description | Type | Additional information |
---|---|---|---|
PropertyId | globally unique identifier |
None. |
|
Asset | Asset |
None. |
|
ValueText | string |
None. |
|
DisplayText | 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": "b6d5c460-6de1-426e-ae7c-b06a7d279e7f", "Asset": { "AssetId": "29b6a84e-8d54-4f88-9943-4c4a9bb7fc9c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "dd750c9c-fca2-419b-b5fb-abe0878e8481", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e22c53b3-fd85-447e-a43c-f624a4114c8e", "CreateDate": "2025-10-10T13:50:13.5427191-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T13:50:13.5427191-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "ecc9a14c-0968-46f6-b53e-e215a35c89ee", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-10T13:50:13.5427191-07:00", "MeasurementValueNeededDate": "2025-10-10T13:50:13.5427191-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e5726b67-e457-4646-8726-e6f56f5e8e4e", "CreateDate": "2025-10-10T13:50:13.5427191-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T13:50:13.5427191-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-10T13:50:13.5427191-07:00", "MeasurementValueNeededDate": "2025-10-10T13:50:13.5427191-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "74ba142b-8832-40a2-9060-1d8f6edad962", "CreateDate": "2025-10-10T13:50:13.5427191-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T13:50:13.5427191-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "06658a77-539c-4369-aae4-7474aec507c9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "dd750c9c-fca2-419b-b5fb-abe0878e8481", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e22c53b3-fd85-447e-a43c-f624a4114c8e", "CreateDate": "2025-10-10T13:50:13.5427191-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T13:50:13.5427191-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "302b22ef-2eca-4eff-8859-f0a5339d8a76", "Name": "sample string 1" }, "Unit": { "UnitId": "7b8acb7c-a6ba-4623-add7-b7ac60bb5433", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "79a0ab00-f86a-4dff-b353-8812aa89f30e", "CreateDate": "2025-10-10T13:50:13.5427191-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T13:50:13.5427191-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "83129cb9-a127-49bd-8fa8-6f53ab54c113", "FieldId": "577711b9-8ae9-476c-a01c-333846fddd46", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "83129cb9-a127-49bd-8fa8-6f53ab54c113", "FieldId": "577711b9-8ae9-476c-a01c-333846fddd46", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "170bb0bb-5e75-406e-98ca-30aee10eb9fc", "CreateDate": "2025-10-10T13:50:13.5582948-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T13:50:13.5582948-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "88ca6b24-dcf2-4335-bd74-e2370e95095b", "CreateDate": "2025-10-10T13:50:13.5582948-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T13:50:13.5582948-07:00", "LastModifiedUser": "sample string 8" }
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" }