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": "e694323c-dcca-48ed-b229-34ec0c895a67",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cd9a5fcc-86b7-45b9-864f-1e8164b4ef1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "39f58151-176c-4f2c-9435-4d5006e8f4d1",
"CreateDate": "2026-08-12T11:15:55.2237284-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:15:55.2237284-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "b5670f45-4eaa-427e-8882-3a2fb501f2bb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "16c2891d-aafd-437a-85b6-4fab306885c2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e389e589-0596-431c-8d8d-a2ed6d09e4e1",
"CreateDate": "2026-08-12T11:15:55.2237284-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-12T11:15:55.2237284-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a100707-ac83-4b9b-9fc9-36a4b7a1a213",
"FieldId": "736527f7-3704-4ec5-9e9b-723ec85c3446",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a100707-ac83-4b9b-9fc9-36a4b7a1a213",
"FieldId": "736527f7-3704-4ec5-9e9b-723ec85c3446",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ea4ce225-d25b-427e-bf8f-06ad5e220e56",
"CreateDate": "2026-08-12T11:15:55.2237284-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-12T11:15:55.2237284-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"
}