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": "60e6fb14-2eea-4a14-b8d9-ee98853923aa",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b1b417f1-c511-40fd-9cd0-ee5d8d27f2ad",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ba84f992-9d85-49c6-9a51-ea57a164ee99",
"CreateDate": "2026-03-04T01:10:41.6261228-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T01:10:41.6261228-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "e0537dfb-9166-4095-8ab4-118c7077727f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ac70123a-7b1e-423a-ad80-94964fc601c9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "646a788c-3bd7-47e1-b26f-105f3a9ecbec",
"CreateDate": "2026-03-04T01:10:41.6261228-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-04T01:10:41.6261228-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "4780e4ac-8ed7-48b4-8000-1112d6b2b724",
"FieldId": "0e2b9617-a3f4-4bd0-88b7-8b4832f80389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "4780e4ac-8ed7-48b4-8000-1112d6b2b724",
"FieldId": "0e2b9617-a3f4-4bd0-88b7-8b4832f80389",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "edaeadaf-ee36-4e26-accf-c730a87abeea",
"CreateDate": "2026-03-04T01:10:41.6261228-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-04T01:10:41.6261228-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"
}