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": "8add0012-6242-48ba-a7e3-3597686c83e6", "Asset": { "AssetId": "e637465b-48fa-4491-97ca-1a29d1bf2786", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "67b1091f-a885-4b1f-be80-192d6f513f5d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3a483c42-04af-4392-b580-ddaab7f75f4c", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "18f75740-e1a6-494b-969a-3d0f056aaf67", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:36:40.9839556-07:00", "MeasurementValueNeededDate": "2025-04-24T14:36:40.9839556-07:00", "SourceSystemId": "sample string 3", "CompanyId": "17dfddb8-231e-4269-bec0-cc3ad5378e7b", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:36:40.9839556-07:00", "MeasurementValueNeededDate": "2025-04-24T14:36:40.9839556-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7b86b539-1f8b-454f-87ae-323e8c304655", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "8753f9b8-eef8-472e-b577-1884b0519c69", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "67b1091f-a885-4b1f-be80-192d6f513f5d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3a483c42-04af-4392-b580-ddaab7f75f4c", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5c2e0365-c8c1-44e6-9e77-0bc4075726bc", "Name": "sample string 1" }, "Unit": { "UnitId": "329a62f2-048e-44b0-ae3d-d24408897c66", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "927d66dc-0c84-4759-a7fa-c42208eea7b7", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7a48bb07-55eb-42fd-b7ad-97b5c66220b7", "FieldId": "98355606-3852-41af-9737-cc7547b2ef85", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7a48bb07-55eb-42fd-b7ad-97b5c66220b7", "FieldId": "98355606-3852-41af-9737-cc7547b2ef85", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "b7903010-c1cc-4ba7-b1ca-629d6501ba8b", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:36:40.9839556-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "3801e0e5-6b77-42e4-9986-5084d55221aa", "CreateDate": "2025-04-24T14:36:40.9839556-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:36:40.9839556-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" }