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": "a4f2c973-5ce6-4699-9240-2013c0b391a4", "Asset": { "AssetId": "d4c354df-054e-4a71-99f2-bc83b3c43276", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "dfa4521e-7d6b-4b56-bb7f-b97ef7beab01", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5bf3b413-80c6-4fe2-b27e-b0873db12532", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:58:09.9743479-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "a0cf74c4-51a1-4b46-a3c3-4e1c45e5c6fd", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-30T12:58:09.9743479-07:00", "MeasurementValueNeededDate": "2025-08-30T12:58:09.9743479-07:00", "SourceSystemId": "sample string 3", "CompanyId": "01a45f0c-17a5-4b76-a8a6-6866ca948ac7", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:58:09.9743479-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-30T12:58:09.9743479-07:00", "MeasurementValueNeededDate": "2025-08-30T12:58:09.9743479-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d2612acd-8e67-4e48-aba2-9526c2567fc9", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:58:09.9743479-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "03c3cfa0-984a-4693-b4a9-722a2e381372", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "dfa4521e-7d6b-4b56-bb7f-b97ef7beab01", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5bf3b413-80c6-4fe2-b27e-b0873db12532", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:58:09.9743479-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "94f792e2-0700-4e65-addf-c37891f7e510", "Name": "sample string 1" }, "Unit": { "UnitId": "6cf605f7-5757-4623-937b-bdd26c16570c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4f8aa5e2-1c98-4fe0-9dec-46b26ae25544", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:58:09.9743479-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": "2026e871-5902-48c2-a598-5e97b10106bf", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:58:09.9743479-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8ef22239-d5f4-4423-bae6-ca690f0952d7", "CreateDate": "2025-08-30T12:58:09.9743479-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:58:09.9743479-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" }