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": "766698a4-6917-4e2c-acee-21c1062be5a3", "Asset": { "AssetId": "c01086a0-795d-4a2d-9f1f-13cf7c5fd8ba", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "26b20c99-f5d3-47f9-a145-eaf52c34cc66", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ffc071c2-66b3-4028-a9ff-54db92f647ad", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T19:45:34.1710298-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "62055fd5-c318-4dde-a1fb-561482f8bd8e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-26T19:45:34.1710298-07:00", "MeasurementValueNeededDate": "2025-06-26T19:45:34.1710298-07:00", "SourceSystemId": "sample string 3", "CompanyId": "69925e92-318e-40f6-9e0d-2cc027631849", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-26T19:45:34.1710298-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-26T19:45:34.1710298-07:00", "MeasurementValueNeededDate": "2025-06-26T19:45:34.1710298-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "808432bd-67c1-49bc-a288-913acfb836c0", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-26T19:45:34.1710298-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "8d690df7-d457-445b-86af-cb43abb8cb42", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "26b20c99-f5d3-47f9-a145-eaf52c34cc66", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ffc071c2-66b3-4028-a9ff-54db92f647ad", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T19:45:34.1710298-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8e695d2a-57da-48b9-ac21-bd852341fcd0", "Name": "sample string 1" }, "Unit": { "UnitId": "468dd6bb-071c-4d90-b18b-10d870c2f6f4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "d1994eff-6f65-437b-ab11-6f0101188706", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-26T19:45:34.1710298-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": "569e4ac4-2cef-4884-8dbf-a964d7d80aa9", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T19:45:34.1710298-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3f09bb6c-ce71-4e88-b16e-7848ab55b1c2", "CreateDate": "2025-06-26T19:45:34.1710298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T19:45:34.1710298-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" }