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": "489a9107-3501-4c27-971f-074453f4d43f", "Asset": { "AssetId": "381b2e50-5108-4329-b38e-03108d780c53", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a8c08b03-c98d-4b8d-abba-489c7bd35676", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bb0488c4-aa1a-49f3-b1db-ffeabb84d2f1", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "36f17124-7f66-40f0-8da4-9d94d415f4ee", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-23T22:42:52.090298-07:00", "MeasurementValueNeededDate": "2025-08-23T22:42:52.090298-07:00", "SourceSystemId": "sample string 3", "CompanyId": "006f0ee3-0c8c-4de4-94f9-9b1eb65cbdfa", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-23T22:42:52.090298-07:00", "MeasurementValueNeededDate": "2025-08-23T22:42:52.090298-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "27d02250-5c0f-464d-a02e-9229b5a1d59c", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "afb4ca9e-fa0d-471f-a589-f015ca67af47", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "a8c08b03-c98d-4b8d-abba-489c7bd35676", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bb0488c4-aa1a-49f3-b1db-ffeabb84d2f1", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "bf5441d4-560a-494e-a4d5-bd39005a0a73", "Name": "sample string 1" }, "Unit": { "UnitId": "85969e4a-ff86-47ed-bf5b-7514b36ab7e4", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2b569470-ba53-44b0-b691-eee68bf37e13", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "582819ed-da98-4dba-939b-5e449f76a9dc", "FieldId": "27252357-b0c0-4460-8ba0-dfd7484ded2a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "582819ed-da98-4dba-939b-5e449f76a9dc", "FieldId": "27252357-b0c0-4460-8ba0-dfd7484ded2a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "ba079d16-93b8-4145-84b3-a3f9828df469", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:52.090298-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "33c992ec-b297-4efe-8dd9-1770803e90de", "CreateDate": "2025-08-23T22:42:52.090298-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:42:52.090298-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" }