DELETE PropertyTypes
Deletes the given property type, including all properties of that type.
Request Information
URI Parameters
None.
Body Parameters
Property type to delete
PropertyTypeName | Description | Type | Additional information |
---|---|---|---|
PropertyTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
Description | string |
None. |
|
AssetType | AssetType |
None. |
|
DataType | DataType |
None. |
|
Unit | Unit |
None. |
|
MinValue | decimal number |
None. |
|
MaxValue | decimal number |
None. |
|
MinLength | integer |
None. |
|
MaxLength | integer |
None. |
|
HasValidValues | boolean |
None. |
|
ValidValues | Collection of ValidValue |
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:
{ "PropertyTypeId": "9d2a6c57-d108-471a-8953-1f06eef777f8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "d2cc32c3-0fb3-4a57-aa36-cce985e205b4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "93e8717f-2101-463e-b6a5-b4f8cb4fadf1", "CreateDate": "2025-06-16T10:16:28.6726909-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T10:16:28.6726909-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ba98470b-3780-45b7-aecb-a46b12f94e74", "Name": "sample string 1" }, "Unit": { "UnitId": "c1f361e1-9c88-4331-9591-b7b05599369e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "acd431b5-8e23-4393-b20c-c646148c6dd9", "CreateDate": "2025-06-16T10:16:28.6726909-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T10:16:28.6726909-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "8e14be15-97fa-4b64-b7c5-adb073d722bc", "FieldId": "2d6c8829-847b-456d-b40c-5a652b788608", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "8e14be15-97fa-4b64-b7c5-adb073d722bc", "FieldId": "2d6c8829-847b-456d-b40c-5a652b788608", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "0c5c548c-7939-4b32-930a-7889cf922a0b", "CreateDate": "2025-06-16T10:16:28.6726909-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T10:16:28.6726909-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" }