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": "2984ea63-1e87-4182-8ada-f7ad696498dc", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "67f49ce1-8a78-4332-ab80-642345347f2b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2ee2408f-b56c-4f90-be94-5d82f28b80b5", "CreateDate": "2025-06-30T20:38:36.67299-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:36.67299-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "579c1fbc-b13d-4d9c-9856-579387a449dd", "Name": "sample string 1" }, "Unit": { "UnitId": "5fb16b2b-9b14-425c-8cb7-6dfaf954b497", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ef1306c0-2a9d-4a67-9ee5-0661cf44e466", "CreateDate": "2025-06-30T20:38:36.67299-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T20:38:36.67299-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c3942c77-acb4-41d7-8e28-bafa44334aa2", "FieldId": "948df2a5-508e-4584-b3a7-46bc0ad20b91", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c3942c77-acb4-41d7-8e28-bafa44334aa2", "FieldId": "948df2a5-508e-4584-b3a7-46bc0ad20b91", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "f901c24e-183d-40d7-a7e6-761830e99362", "CreateDate": "2025-06-30T20:38:36.67299-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:36.67299-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" }