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": "1dec0c45-9526-414a-8c85-eddc1f60ce2c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9d485c90-048d-44a4-ae74-cbf865277dce",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f31d8db6-9627-4f63-a07d-58a1d1bcf0be",
"CreateDate": "2026-09-02T00:33:25.4185266-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:33:25.4185266-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fe7f92b5-dea9-4ce0-b196-073965b59c98",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3607234e-50ee-4231-a3e1-db1a46f1759a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c9561f09-d76a-450a-99bf-48876038c540",
"CreateDate": "2026-09-02T00:33:25.4185266-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:33:25.4185266-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b549b71-0cac-4910-8c34-8bbd6c9eab84",
"FieldId": "a98def4a-9064-4387-8aca-6d96724c4272",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b549b71-0cac-4910-8c34-8bbd6c9eab84",
"FieldId": "a98def4a-9064-4387-8aca-6d96724c4272",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "c9aefe4e-af26-43dc-a7d2-df2e50ecfda5",
"CreateDate": "2026-09-02T00:33:25.4185266-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:33:25.4185266-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"
}