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": "ef8b338a-74dc-41a5-9fc5-8c780d17fca0", "Asset": { "AssetId": "45dfda2a-95ba-44db-91f1-5d3f1be46cf2", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "97b40014-33f0-49e1-bd34-0e8999efcb41", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "486f9649-dfcb-499b-ae85-cb837f910209", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "9b922179-dd58-4ab7-966b-2ab97fc22274", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T03:21:30.4463983-07:00", "MeasurementValueNeededDate": "2025-07-31T03:21:30.4463983-07:00", "SourceSystemId": "sample string 3", "CompanyId": "01ad30cd-db12-48d9-9892-92af4ac7974f", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T03:21:30.4463983-07:00", "MeasurementValueNeededDate": "2025-07-31T03:21:30.4463983-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7b617116-4eb7-4c56-b20c-22e411413e3b", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "15c64955-42ba-4be7-8945-9f45cba3aa91", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "97b40014-33f0-49e1-bd34-0e8999efcb41", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "486f9649-dfcb-499b-ae85-cb837f910209", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b027db04-8d50-47c3-88e8-2a73a49d8cae", "Name": "sample string 1" }, "Unit": { "UnitId": "f27c47d4-c09a-4fb3-a71f-2a3df43ba22f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "5b14741c-e319-49e1-9aec-99cf288ed92e", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c42fa0d1-3e5b-4a0c-a2e8-40fa2a4ab66d", "FieldId": "01c02a2b-4b52-4a39-b9fe-b7cb72e191a2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c42fa0d1-3e5b-4a0c-a2e8-40fa2a4ab66d", "FieldId": "01c02a2b-4b52-4a39-b9fe-b7cb72e191a2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "384f472a-e58d-4dfa-9469-f848e87ca555", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:21:30.4463983-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "87cc0b79-d613-4532-8980-954ad1f67469", "CreateDate": "2025-07-31T03:21:30.4463983-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T03:21:30.4463983-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" }