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": "23826d5d-cfae-4d55-a524-d16301a19432", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "97c87d94-5d37-4d68-9699-1d87e5d0ad85", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d81ccc38-9f87-48e2-97da-7f7a1ff33c5d", "CreateDate": "2025-09-18T04:52:55.4366231-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-18T04:52:55.4366231-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "8eee12a2-9267-4a10-aef3-5fd8b847e904", "Name": "sample string 1" }, "Unit": { "UnitId": "707fa875-c682-432a-be2d-b7e274564638", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4a991392-bbcb-40c9-a326-17ba966add6f", "CreateDate": "2025-09-18T04:52:55.4366231-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-18T04:52:55.4366231-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "16833934-5bfa-4333-9ea5-42e83c96636e", "FieldId": "f1d8b6f4-38f9-4a5b-acec-eea7b98309ec", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "16833934-5bfa-4333-9ea5-42e83c96636e", "FieldId": "f1d8b6f4-38f9-4a5b-acec-eea7b98309ec", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9f0024ce-8c36-48f6-9407-78a68a13d551", "CreateDate": "2025-09-18T04:52:55.4366231-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-18T04:52:55.4366231-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" }