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. |
|
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": "de3eff14-e756-4e50-ac79-a6d004c8f6e4", "Asset": { "AssetId": "2d05d9b2-535b-4014-a5f0-b7d79e80e7cf", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9d6eb3f8-b55e-430f-9ab1-ee1f40a0a4f3", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "521c92b2-836e-44d3-977c-8d105af13762", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T07:22:50.0364333-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "e777413a-513c-45f3-98e3-8cb124a6043e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-17T07:22:50.0364333-07:00", "MeasurementValueNeededDate": "2025-07-17T07:22:50.0364333-07:00", "SourceSystemId": "sample string 3", "CompanyId": "36dda83d-e285-4a1f-876a-e1d97c240007", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-17T07:22:50.0364333-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-17T07:22:50.0364333-07:00", "MeasurementValueNeededDate": "2025-07-17T07:22:50.0364333-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "07cd8790-faad-41ed-be95-837c129461b9", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-17T07:22:50.0364333-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "a532c208-f7ac-43ca-9105-9b07de9eddcb", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9d6eb3f8-b55e-430f-9ab1-ee1f40a0a4f3", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "521c92b2-836e-44d3-977c-8d105af13762", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T07:22:50.0364333-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "62303095-36f4-4ad0-bd09-4782d07eda23", "Name": "sample string 1" }, "Unit": { "UnitId": "936011a4-9481-4dac-9795-057b9af7c774", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7ce9572e-eb85-4f45-b1d4-df279985f91b", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-17T07:22:50.0364333-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": "8b0d5ccd-0798-496f-bfc4-8f400e313ff8", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T07:22:50.0364333-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3d168567-4706-4266-8820-e275a5d897ea", "CreateDate": "2025-07-17T07:22:50.0364333-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-17T07:22:50.0364333-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" }