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": "abd1b8f3-08a4-4241-9436-2cbec5c7e8dd", "Asset": { "AssetId": "bdda8ada-d8ba-482d-9ab2-30e3dc4f60d2", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "f74501ca-5df1-43a6-93c2-5178e937d467", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6723bf5f-1f9f-4ea3-8fc7-d1bda206aacc", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "f4e85360-507f-46e8-9ed1-981a203e7ed3", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:46:39.0121848-07:00", "MeasurementValueNeededDate": "2025-06-02T07:46:39.0121848-07:00", "SourceSystemId": "sample string 3", "CompanyId": "759eaf78-1e32-4a9c-9e1e-9e9edfcc3dee", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:46:39.0121848-07:00", "MeasurementValueNeededDate": "2025-06-02T07:46:39.0121848-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8f9c21f0-ea3f-42f1-b38b-7750717c10d1", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "40229591-f36d-4b47-ad47-604356944c5d", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "f74501ca-5df1-43a6-93c2-5178e937d467", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6723bf5f-1f9f-4ea3-8fc7-d1bda206aacc", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8d8ab38d-ded3-41ed-b805-35ff71a4e24e", "Name": "sample string 1" }, "Unit": { "UnitId": "e2a0dad3-89c8-4103-ab61-5ced3691c567", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "79eb349b-4bb1-4c05-92b0-97af30f1a810", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "59850248-9e3c-4333-ad0f-150f0b72ebf7", "FieldId": "7cdbd9b0-caab-4eaa-8e2e-52bd109b7457", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "59850248-9e3c-4333-ad0f-150f0b72ebf7", "FieldId": "7cdbd9b0-caab-4eaa-8e2e-52bd109b7457", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "129fb1d4-6c24-4faa-b325-ad2abaeb2d3e", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:46:39.0121848-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1cae5f59-c531-450c-926a-606925ac0ae1", "CreateDate": "2025-06-02T07:46:39.0121848-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:46:39.0121848-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" }