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": "9c6650fa-300f-4e0f-89e8-12ef661f023c", "Asset": { "AssetId": "7c0310ed-92f7-40fc-9057-f994c656e0ca", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "33d75be4-75e5-4883-a863-0b79d5899047", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "516657a4-f42b-4589-94ed-f442d103eba4", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b8d17ff5-8857-4bc7-a5e9-7976488e3c4c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T07:48:43.8954839-08:00", "MeasurementValueNeededDate": "2025-02-05T07:48:43.8954839-08:00", "SourceSystemId": "sample string 3", "CompanyId": "2224e9da-6133-4fed-827b-7db3a518ec61", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T07:48:43.8954839-08:00", "MeasurementValueNeededDate": "2025-02-05T07:48:43.8954839-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "b579dff3-fca6-4fc2-8cb1-2567ca74d6f0", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "dc01d903-70d0-41da-aee6-1e7f851d3b52", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "33d75be4-75e5-4883-a863-0b79d5899047", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "516657a4-f42b-4589-94ed-f442d103eba4", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "aa6bf4ae-4b20-439e-a6e4-b62a4d555e1a", "Name": "sample string 1" }, "Unit": { "UnitId": "ace4e092-8abd-4227-a93b-9b9d0329cccf", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "03dbfe0d-d0f0-4b09-9921-1c3c8a00a350", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08: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": "a5f589fb-738f-4d81-898b-5ca741354af9", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4d8675c0-ceb6-4ec2-bd6f-6a931a08d776", "CreateDate": "2025-02-05T07:48:43.8954839-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T07:48:43.8954839-08: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" }