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": "1a1ee3dc-7249-45b8-a251-3610c30c1bf9", "Asset": { "AssetId": "e4c31538-828a-4891-bb36-63eacbbd8d47", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "3125b228-4579-4cce-aff3-3c9ee1adf3dd", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3ab7ae2e-fccd-4327-aaa2-5bde28e29a88", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T07:16:41.338875-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b0f4c0ce-9b9e-4209-b63c-6b4cf16367cd", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-25T07:16:41.338875-07:00", "MeasurementValueNeededDate": "2025-06-25T07:16:41.338875-07:00", "SourceSystemId": "sample string 3", "CompanyId": "51d69b29-bf74-4581-b233-275ee2eb2f8f", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-25T07:16:41.338875-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-25T07:16:41.338875-07:00", "MeasurementValueNeededDate": "2025-06-25T07:16:41.338875-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "0e99163b-f620-4152-a1a4-1703a40cfaee", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-25T07:16:41.338875-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "c4ec7670-6261-45dd-9262-9e69a4bef1da", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "3125b228-4579-4cce-aff3-3c9ee1adf3dd", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3ab7ae2e-fccd-4327-aaa2-5bde28e29a88", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T07:16:41.338875-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5a38b00b-9e72-4136-9037-e6ff73c1bda9", "Name": "sample string 1" }, "Unit": { "UnitId": "6fba5586-2742-44f9-9570-3603f0eb6eaf", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7cf912f1-c46a-41db-9e92-c6e33ed83d22", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-25T07:16:41.338875-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": "48851afd-abcb-4c7c-8052-9f7faba4b20e", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T07:16:41.338875-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "39d56b6d-75a0-472c-a7ef-056b259317c9", "CreateDate": "2025-06-25T07:16:41.338875-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T07:16:41.338875-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" }