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": "783d427d-a6dd-47af-b3ff-d15469e72a22", "Asset": { "AssetId": "9ef0b6ab-615c-4d02-92aa-8fa6502e7904", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "b6949e27-c7e8-4856-b1e5-942368d5af1c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3b75d774-27a9-4a19-94ec-41dc6678ae12", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:40:48.5290298-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "237ce185-29d7-4df1-8549-2b26f5bb342e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-08T20:40:48.5290298-07:00", "MeasurementValueNeededDate": "2025-05-08T20:40:48.5290298-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a233490e-2649-484d-83d8-2b04d5fe204f", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T20:40:48.5290298-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-08T20:40:48.5290298-07:00", "MeasurementValueNeededDate": "2025-05-08T20:40:48.5290298-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "758cc3a0-cf6b-4501-a53c-4e6aef1fbb74", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T20:40:48.5290298-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "30fe7105-b077-4fae-b16d-8adf889731aa", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "b6949e27-c7e8-4856-b1e5-942368d5af1c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3b75d774-27a9-4a19-94ec-41dc6678ae12", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:40:48.5290298-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "464d0fa3-1b57-466c-a1c4-7d70f4e6e892", "Name": "sample string 1" }, "Unit": { "UnitId": "7570ce41-c3a3-49d2-8e1e-5510500e2372", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3b3ed577-d23d-4c7f-9427-346002ebdf12", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T20:40:48.5290298-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": "2eadbc40-91f1-4570-8a92-f5de88e1e3b6", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:40:48.5290298-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "f634e84a-4947-45ed-8078-d421d24dc42d", "CreateDate": "2025-05-08T20:40:48.5290298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:40:48.5290298-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" }