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": "1504e9d4-cff6-4757-a4c6-1a2df80804d7",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b3089a84-f4dc-480a-b796-2cb128c1077a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6ad357-4928-4a09-9dd3-a67a4d2422ab",
"CreateDate": "2026-01-16T16:21:10.7105109-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:21:10.7105109-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "611ab749-a541-4973-bf21-2eef8198fe7c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "42bc8bfb-002c-4526-bce4-0346a9240ba4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b81e8d16-2117-4b3c-bc76-b136806cdf9f",
"CreateDate": "2026-01-16T16:21:10.7105109-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-16T16:21:10.7105109-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cecc7bbe-2533-4e94-a2ba-c0bbe50560d2",
"FieldId": "e9b05832-2e29-48cf-b001-2d45ea1ef9bb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cecc7bbe-2533-4e94-a2ba-c0bbe50560d2",
"FieldId": "e9b05832-2e29-48cf-b001-2d45ea1ef9bb",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "d632aa50-555a-4a41-809b-0edfcb265722",
"CreateDate": "2026-01-16T16:21:10.7105109-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-16T16:21:10.7105109-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"
}