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": "7f1538bf-5e77-46aa-9f8a-59cb1fc60b59",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8bec8758-ca0b-49ab-a7b2-3731bbb81206",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6db3bd7f-fd61-44c0-8813-d42764d6e11b",
"CreateDate": "2026-06-10T08:33:07.3169229-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:33:07.3169229-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "eca425d2-806a-42b5-b735-c90a0ab15141",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c049d6d-acc3-4469-8271-7d09dc7185a3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ae41c34-3145-4ca3-962a-8f97963a4e38",
"CreateDate": "2026-06-10T08:33:07.3169229-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-10T08:33:07.3169229-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e38db65a-600d-42db-81fe-48e7e1124912",
"FieldId": "69b7a96a-5f36-4b34-a028-1d1846cc717c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e38db65a-600d-42db-81fe-48e7e1124912",
"FieldId": "69b7a96a-5f36-4b34-a028-1d1846cc717c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "4743b68e-affc-4ec5-93e8-0673049e2b43",
"CreateDate": "2026-06-10T08:33:07.3169229-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-10T08:33:07.3169229-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"
}