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": "1b020356-269d-42d9-996c-90dd1a8d93a6",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "2cffb52c-4e55-4a07-8485-841001249e0f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e64e41b1-f77f-42d5-bc19-c03992073844",
"CreateDate": "2026-05-20T22:12:26.3470348-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:12:26.3470348-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "2fb90258-c759-476f-913a-443ce9b005f3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "96a1e753-5b18-4229-a147-c9486b5c53ab",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "6730db88-64c9-4a99-a19a-2b0dd3b5d8d6",
"CreateDate": "2026-05-20T22:12:26.3470348-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-20T22:12:26.3470348-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "819d4d0b-602e-4161-990f-9635b4c4216a",
"FieldId": "494b0fff-9a7c-45bd-8068-596fb03a306e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "819d4d0b-602e-4161-990f-9635b4c4216a",
"FieldId": "494b0fff-9a7c-45bd-8068-596fb03a306e",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "5e44ba83-8943-4c0c-af06-d1aad63713eb",
"CreateDate": "2026-05-20T22:12:26.3470348-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-20T22:12:26.3470348-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"
}