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": "43cf82cb-7cb6-4afb-a7bf-b71ce2c67d7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3bbe4db6-1e6d-44d6-87a6-82af14e872f6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bc1acd42-1bae-468d-a467-8067c9a2270f",
"CreateDate": "2026-06-30T11:49:41.5830358-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:49:41.5830358-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8a737de2-d0f5-4be4-9ca3-37f9266580e7",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "56e6b47c-c117-4de5-8d75-28aee016ea2a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "45b5e6ce-8afc-4629-ac10-9bc6bf14f513",
"CreateDate": "2026-06-30T11:49:41.5830358-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:49:41.5830358-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "72e940ce-a425-41d4-8b00-b8d1179c0182",
"FieldId": "5068ac44-9db5-44be-a4f6-01cb3de72ae4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "72e940ce-a425-41d4-8b00-b8d1179c0182",
"FieldId": "5068ac44-9db5-44be-a4f6-01cb3de72ae4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "409c61d0-14fd-414a-a2fc-b41ffeb6954d",
"CreateDate": "2026-06-30T11:49:41.5830358-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:49:41.5830358-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"
}