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": "597a5183-fa81-4d08-96b9-d6ce4396cb24", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "349abdee-92ab-42ec-9910-0ccb16a3685c", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "36088d3e-e430-4b69-8be6-fed576575ec1", "CreateDate": "2025-07-14T14:15:42.9037498-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-14T14:15:42.9037498-07:00", "LastModifiedUser": "sample string 8" }, "DataType": { "DataTypeId": "c24ac2da-eca5-4a73-a612-dff919e8ea2a", "Name": "sample string 1" }, "Unit": { "UnitId": "f54e03a1-bb4d-4fa4-ab78-4710e6cb6ae2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "c8aea0e6-b10d-43ac-bcb9-f622112d0e89", "CreateDate": "2025-07-14T14:15:42.9037498-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-14T14:15:42.9037498-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "2139fdd9-fc13-495d-ae8c-9562f00331b2", "FieldId": "d7460f1b-96c5-42bf-9ad3-4c2cefec3f57", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "2139fdd9-fc13-495d-ae8c-9562f00331b2", "FieldId": "d7460f1b-96c5-42bf-9ad3-4c2cefec3f57", "FieldName": "sample string 1", "FieldLable": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "553ba697-c98a-48c5-8479-94e1b1fc76e5", "CreateDate": "2025-07-14T14:15:42.9037498-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-14T14:15:42.9037498-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" }