DELETE PropertyTypes
Deletes the given property type, including all properties of that type.
Request Information
URI Parameters
None.
Body Parameters
Property type to delete
PropertyType| Name | 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": "032ea227-9ecb-4a34-a1a1-c5c77caf5b4c",
  "Name": "sample string 1",
  "Description": "sample string 2",
  "AssetType": {
    "AssetTypeId": "18aea1e9-93ab-4b74-8fbd-3a0f962e2890",
    "Name": "sample string 1",
    "Description": "sample string 2",
    "IsWell": true,
    "DisplayColor": "sample string 4",
    "SourceSystemId": "sample string 5",
    "CompanyId": "1113cd6a-fe7d-404e-bc14-8504649c263f",
    "CreateDate": "2025-10-30T19:50:54.4086625-07:00",
    "CreateUser": "sample string 7",
    "LastModifiedDate": "2025-10-30T19:50:54.4086625-07:00",
    "LastModifiedUser": "sample string 8"
  },
  "DataType": {
    "DataTypeId": "680e7b4a-fb8b-4c14-96a5-bdb9a3f0ecfe",
    "Name": "sample string 1"
  },
  "Unit": {
    "UnitId": "7cda6f2b-2a14-43b8-960f-7a7c6b6d4b98",
    "Code": "sample string 1",
    "Description": "sample string 2",
    "SourceSystemId": "sample string 3",
    "CompanyId": "a9695f77-43d3-4101-a57a-85a049346325",
    "CreateDate": "2025-10-30T19:50:54.4086625-07:00",
    "CreateUser": "sample string 5",
    "LastModifiedDate": "2025-10-30T19:50:54.4086625-07:00",
    "LastModifiedUser": "sample string 6"
  },
  "MinValue": 1.0,
  "MaxValue": 1.0,
  "MinLength": 1,
  "MaxLength": 1,
  "HasValidValues": true,
  "ValidValues": [
    {
      "ValidValueId": "8309665b-e044-48e4-97aa-6457cbb40d29",
      "FieldId": "954830d7-5915-4d50-a17d-60e046d92dbc",
      "FieldName": "sample string 1",
      "FieldLable": "sample string 2",
      "ValueText": "sample string 3",
      "LabelText": "sample string 4"
    },
    {
      "ValidValueId": "8309665b-e044-48e4-97aa-6457cbb40d29",
      "FieldId": "954830d7-5915-4d50-a17d-60e046d92dbc",
      "FieldName": "sample string 1",
      "FieldLable": "sample string 2",
      "ValueText": "sample string 3",
      "LabelText": "sample string 4"
    }
  ],
  "SourceSystemId": "sample string 4",
  "CompanyId": "34d24641-059b-4b72-8144-50dd1d784ee8",
  "CreateDate": "2025-10-30T19:50:54.4086625-07:00",
  "CreateUser": "sample string 6",
  "LastModifiedDate": "2025-10-30T19:50:54.4086625-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"
}