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": "a63c01a1-0e6e-46aa-a4da-a9f037e7468f", "Asset": { "AssetId": "50a793a9-f826-4dc0-9031-1cae1a319673", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "83d82bd9-920f-4193-b5e1-2ba7c28a142b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ecd51234-9814-41e1-80b6-09129a7a880e", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:45:03.9392307-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "e2314f6c-58ed-4007-85bb-cfddad18823f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-13T15:45:03.9392307-07:00", "MeasurementValueNeededDate": "2025-10-13T15:45:03.9392307-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c7f39f68-cde1-4df2-a638-78b3eecf3d20", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:45:03.9392307-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-13T15:45:03.9392307-07:00", "MeasurementValueNeededDate": "2025-10-13T15:45:03.9392307-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "c81ea7b1-6ee8-4017-8dca-6190252f6450", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T15:45:03.9392307-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "PropertyType": { "PropertyTypeId": "81540f11-a622-4ae5-addb-fde020720600", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "83d82bd9-920f-4193-b5e1-2ba7c28a142b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ecd51234-9814-41e1-80b6-09129a7a880e", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:45:03.9392307-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e2b535c0-19d5-47c8-a4d1-b79565f94b44", "Name": "sample string 1" }, "Unit": { "UnitId": "747f281e-7198-4832-903d-9aef2b404fa2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ecdc3037-c3de-45cc-b880-703bdb025fbf", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T15:45:03.9392307-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": "24d8d974-6e3f-4ecc-8de1-a41796bef915", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:45:03.9392307-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "75ae4b71-03ab-4a5a-ab55-2a51fe1f6389", "CreateDate": "2025-10-13T15:45:03.9392307-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T15:45:03.9392307-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" }