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": "107b9d8f-55af-4622-8988-a6d370a379d8", "Asset": { "AssetId": "52d9a1c6-5e14-4d61-84b2-b550314d1b14", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "da8199cd-f14c-4a48-9c45-349c3936a9c2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5afb63eb-c3d6-4066-b11c-39f244abcebc", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:02:39.8683217-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "94a0635b-b0a2-45dc-9db8-a19cacb71439", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T18:02:39.8683217-07:00", "MeasurementValueNeededDate": "2025-07-31T18:02:39.8683217-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7d0f121a-6e73-4653-bec7-8bf06ff64bac", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T18:02:39.8683217-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T18:02:39.8683217-07:00", "MeasurementValueNeededDate": "2025-07-31T18:02:39.8683217-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "89ef4d19-acd0-4e1a-986e-372a385f8043", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T18:02:39.8683217-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "6b988651-3a8d-48c5-9cff-896fbfd30e15", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "da8199cd-f14c-4a48-9c45-349c3936a9c2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5afb63eb-c3d6-4066-b11c-39f244abcebc", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:02:39.8683217-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "efd981e6-8836-4bd7-b3ed-fd1575a70101", "Name": "sample string 1" }, "Unit": { "UnitId": "90cf122a-a80f-45ac-906f-32e0b67b699e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9ce285cd-767e-41ae-ab3d-dd993d65ca76", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T18:02:39.8683217-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": "e2b56968-eaac-4b9e-93b1-16b21dba4356", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:02:39.8683217-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e1c27c1c-4ee1-4777-873a-d28db4ccbd7c", "CreateDate": "2025-07-31T18:02:39.8683217-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:02:39.8683217-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" }