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": "418a263d-768e-42a5-952c-75e96499bf35",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b9a8444f-2ecd-4bb4-aa94-ee3de81d0eae",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bbdfb0b4-9d47-405e-8d43-8f0ceefdf89f",
"CreateDate": "2026-04-12T15:27:43.9321158-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T15:27:43.9321158-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "94db8842-5e33-40a8-af49-68c804464e83",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a887bbfb-e894-4aa2-bf72-2ba1f0d5f579",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ccbdeb64-0964-4397-9df5-93229a4d402d",
"CreateDate": "2026-04-12T15:27:43.9321158-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T15:27:43.9321158-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cdfa6bf3-15e4-41af-bd42-9e7cf9d03fe8",
"FieldId": "7307dd65-a659-4311-a52f-9e1d1025b4ad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cdfa6bf3-15e4-41af-bd42-9e7cf9d03fe8",
"FieldId": "7307dd65-a659-4311-a52f-9e1d1025b4ad",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "de43c92a-2fe5-4294-9299-21e1714857e9",
"CreateDate": "2026-04-12T15:27:43.9321158-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T15:27:43.9321158-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"
}