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": "d3d1c7e9-4e55-402f-b686-268dfe0d3635",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d92a54b8-4966-4358-adce-9333aeec308e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d64caf47-4af9-4cca-aa97-1cc635a665d3",
"CreateDate": "2026-01-02T17:40:26.9244225-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:40:26.9244225-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "64665ee6-f4b7-4eed-b1eb-d449382d1738",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "dc7b31fd-9316-430f-977a-ef5bd93fe333",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f9885def-33a6-4d1f-8e2b-38418672f1dc",
"CreateDate": "2026-01-02T17:40:26.9244225-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-02T17:40:26.9244225-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "51490f6c-2647-4fa2-86af-ca42cc9e2029",
"FieldId": "dfaae304-9113-43f1-bd6b-5a48e8095761",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "51490f6c-2647-4fa2-86af-ca42cc9e2029",
"FieldId": "dfaae304-9113-43f1-bd6b-5a48e8095761",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "c84bace5-dde3-4239-8336-fd97129527bd",
"CreateDate": "2026-01-02T17:40:26.9244225-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-02T17:40:26.9244225-08: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"
}