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": "e142d4d2-16b9-4f52-a6ef-d674a9aa9ea8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fad6c1da-365d-48e1-9a06-6603b88b2c41",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "87054921-76b6-449c-afcd-df2131d4888c",
"CreateDate": "2026-02-12T01:17:12.9063783-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T01:17:12.9063783-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d595bb19-c3db-45ae-963a-f0e4a5ddfed0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "472347c8-14b4-4143-b7f2-70e602432f0c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c9b72efb-1222-471f-94f2-766142c74e45",
"CreateDate": "2026-02-12T01:17:12.9063783-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-12T01:17:12.9063783-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "50c8327d-b080-4345-8ded-6dfdf59852b9",
"FieldId": "74f82b60-8110-48d8-bb64-afcb2cff2622",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "50c8327d-b080-4345-8ded-6dfdf59852b9",
"FieldId": "74f82b60-8110-48d8-bb64-afcb2cff2622",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "b44eb769-6767-4ed7-8b23-929cfa2bd9c6",
"CreateDate": "2026-02-12T01:17:12.9063783-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-12T01:17:12.9063783-08: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"
}