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": "4528b614-f65c-436b-9f52-53243de43dfe", "Asset": { "AssetId": "921c2d9d-80b3-406e-8456-51259713fa79", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c4f0a105-db54-4410-ac89-853424b7c7f9", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "13b2ec8e-1e4a-4e5e-9978-7272ae1c40ea", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:18:30.5472185-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "5fa86e9b-4f20-4f4a-bb3e-57e89a240693", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:18:30.5472185-07:00", "MeasurementValueNeededDate": "2025-06-02T07:18:30.5472185-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d8b4cf0f-1d12-4773-8009-3ffb8086053b", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:18:30.5472185-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:18:30.5472185-07:00", "MeasurementValueNeededDate": "2025-06-02T07:18:30.5472185-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "fff9a5ac-30ca-475c-9cb1-f175318b8acd", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:18:30.5472185-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "95ed99ba-a29b-42f8-be98-0e3d089dd6da", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c4f0a105-db54-4410-ac89-853424b7c7f9", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "13b2ec8e-1e4a-4e5e-9978-7272ae1c40ea", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:18:30.5472185-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "7a02cd6a-f274-4d66-ade7-528dcf53ae77", "Name": "sample string 1" }, "Unit": { "UnitId": "ce9ffd96-d2c9-4425-ad9f-83ad9bdb412a", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3f8edf04-bdad-4e82-b48b-528df31e96e5", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:18:30.5472185-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": "b3c68336-292f-4fa8-a597-db2c05472939", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:18:30.5472185-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "752fb4c0-5ac7-409c-935a-9a76f957a9b9", "CreateDate": "2025-06-02T07:18:30.5472185-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:18:30.5472185-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" }