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": "b50ab288-f19e-4ad0-aba0-338c6fa90edd",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f4f495c8-79e3-49d6-ae7c-c209e083800a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1d1dae97-0846-4d0f-b1f4-7ec66f45c502",
"CreateDate": "2026-06-29T20:08:33.4444544-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-29T20:08:33.4444544-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "77b4af44-1cde-4f24-b54a-88bfc168b9e3",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fa32cdd5-0051-41bf-8b20-15a6b4445091",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7050b921-095f-46eb-ac6b-7e48f4aeb84b",
"CreateDate": "2026-06-29T20:08:33.4444544-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-29T20:08:33.4444544-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "032972e9-2e9c-4fb9-a991-2281ac84c0b2",
"FieldId": "86e5dea1-7daf-461a-bccb-e919fe1216c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "032972e9-2e9c-4fb9-a991-2281ac84c0b2",
"FieldId": "86e5dea1-7daf-461a-bccb-e919fe1216c8",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ad7c5b7c-6153-48d8-a401-ca3dfdc38b0e",
"CreateDate": "2026-06-29T20:08:33.4444544-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-29T20:08:33.4444544-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"
}