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": "3388e9e1-70b3-45e9-a4c1-abc82105dc38", "Asset": { "AssetId": "46300591-103d-47fa-b6fe-b99ee630f69c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d537cee2-2244-465e-91fc-641bd30ae917", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ab78d904-2be5-40ff-add6-304dd1a692f8", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "13f817a5-0304-4e7a-9a5f-ae6c244875a3", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T14:40:01.9250287-07:00", "MeasurementValueNeededDate": "2025-06-16T14:40:01.9250287-07:00", "SourceSystemId": "sample string 3", "CompanyId": "58d7d56a-ebe8-423d-b847-2fbd4f8e37bd", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T14:40:01.9250287-07:00", "MeasurementValueNeededDate": "2025-06-16T14:40:01.9250287-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d954530e-8c71-4c59-9a6f-51f6a948f002", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "5c68f990-f962-4c89-a505-64f317ab2bcd", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d537cee2-2244-465e-91fc-641bd30ae917", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ab78d904-2be5-40ff-add6-304dd1a692f8", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5d278e1a-b86a-4e6d-8d67-436bc7e46a9a", "Name": "sample string 1" }, "Unit": { "UnitId": "2d648db6-ed93-4f61-aea3-9bf5996074b0", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "1706c956-ad37-48a0-b58a-6d21a937476d", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1d9404be-3c8b-4593-9596-8b97080998a0", "FieldId": "c71f1b0e-4d6a-4bd2-ab73-5cb4b090d184", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1d9404be-3c8b-4593-9596-8b97080998a0", "FieldId": "c71f1b0e-4d6a-4bd2-ab73-5cb4b090d184", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "0e5ab3be-9bcb-43d6-8ed4-a468eb3bdaf2", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T14:40:01.9250287-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "0fe31b78-39b2-4d4d-97eb-ae986a810515", "CreateDate": "2025-06-16T14:40:01.9250287-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T14:40:01.9250287-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" }