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": "0447fa98-7643-4119-962f-25bf695b3f36", "Asset": { "AssetId": "552770fb-7ae5-42ab-bce0-168ab2de0bf2", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6f140021-d120-4081-98f7-77444406b449", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bb1e255f-8d6b-4d05-a2d0-394c586ef86a", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "5fd49791-2bce-4c31-8507-683c4da244f8", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-30T15:23:58.2947452-07:00", "MeasurementValueNeededDate": "2025-04-30T15:23:58.2947452-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e49a958c-16e7-4ecc-ba2e-ac468dfecf40", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-30T15:23:58.2947452-07:00", "MeasurementValueNeededDate": "2025-04-30T15:23:58.2947452-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "6975260e-af0d-4666-bc64-6fb96455c081", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "22a64acd-523c-4e28-89a7-c72221693f75", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6f140021-d120-4081-98f7-77444406b449", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bb1e255f-8d6b-4d05-a2d0-394c586ef86a", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5bb6194f-4563-41a8-a853-b6b8eee5c2be", "Name": "sample string 1" }, "Unit": { "UnitId": "c1d04dea-104a-4b08-8e0f-2e439b391631", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ba6000e1-e701-41f1-9217-736d5739feba", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ff5ac0a8-fe6b-4074-a216-2b4b6fd29b4e", "FieldId": "49215f6d-c9d3-4959-b234-2c1e17b43947", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ff5ac0a8-fe6b-4074-a216-2b4b6fd29b4e", "FieldId": "49215f6d-c9d3-4959-b234-2c1e17b43947", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "1027e187-b349-4d52-aefb-97e19a31c88f", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T15:23:58.2947452-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "dd680935-614d-418d-bebe-cf1b214f3b96", "CreateDate": "2025-04-30T15:23:58.2947452-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T15:23:58.2947452-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" }