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": "650b777c-d763-49af-8e56-98121305f81e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d62eaaf1-942a-4cbf-a191-91be2725ab27",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8db46046-c58d-4f7e-b388-2fd91c71c4de",
"CreateDate": "2026-04-30T17:11:12.07238-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T17:11:12.07238-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "d1ec824d-dba5-4d85-b84e-3a661b9dc6b5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1de94edd-1b7c-4176-bdc7-b91d13eae206",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e3c846f6-9785-4989-a940-9176ffd1eff5",
"CreateDate": "2026-04-30T17:11:12.07238-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T17:11:12.07238-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c4759102-1690-43be-9dab-e4ed8fffd9cf",
"FieldId": "6c7860dd-f5f3-4213-aa4e-718d658acb9a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c4759102-1690-43be-9dab-e4ed8fffd9cf",
"FieldId": "6c7860dd-f5f3-4213-aa4e-718d658acb9a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "dc789c24-c463-46a1-9bd1-bc522c58cca6",
"CreateDate": "2026-04-30T17:11:12.07238-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T17:11:12.07238-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"
}