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": "ed8fc6a0-68f7-4000-a14c-be77ee2a592a", "Asset": { "AssetId": "b21ede56-8595-4487-a702-5d4cb7aff0f1", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "7ab32413-5855-4fe6-8c7d-9243ef7a200f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "91f7bfd5-7883-4c8b-b688-ac5d33efad30", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "34cc5471-f500-4ec8-b521-976d33bf8daa", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-23T00:02:59.2523842-07:00", "MeasurementValueNeededDate": "2025-06-23T00:02:59.2523842-07:00", "SourceSystemId": "sample string 3", "CompanyId": "59bf14bc-5384-46c1-8a94-1e68799f2e8a", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-23T00:02:59.2523842-07:00", "MeasurementValueNeededDate": "2025-06-23T00:02:59.2523842-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "37d1e784-8e4b-43e9-b417-09006907a3ff", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "357c8118-262e-4e8e-99ab-eba9cef60d79", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "7ab32413-5855-4fe6-8c7d-9243ef7a200f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "91f7bfd5-7883-4c8b-b688-ac5d33efad30", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1d9053d3-c583-472f-9ccd-91d8fc9e3a07", "Name": "sample string 1" }, "Unit": { "UnitId": "de755a65-78bd-4795-a660-c829e36d549f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b31ceeb9-5c3a-4888-a739-3d55f357329f", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "cdb3b09b-4422-462b-a40b-a8b70f632886", "FieldId": "6f67c2a7-5476-471f-bc86-c6cd176d6460", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "cdb3b09b-4422-462b-a40b-a8b70f632886", "FieldId": "6f67c2a7-5476-471f-bc86-c6cd176d6460", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "29481ec1-0545-445e-94f0-b1daba530963", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-23T00:02:59.2523842-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "f81e11fd-ae0d-4f6b-b5c0-6127d8c6105b", "CreateDate": "2025-06-23T00:02:59.2523842-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-23T00:02:59.2523842-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" }