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": "6ba88250-a4c7-42aa-bebf-143325631c3d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e59b318f-9b0d-45af-af4b-410294d763a5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d2206e51-ab3c-4383-960e-411ea691d827",
"CreateDate": "2026-04-12T16:54:23.7790703-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:54:23.7790703-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "ce5e354e-6cdb-4033-8d98-9f3467fa25a1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "64b9a894-b4d7-47a5-80d1-d0f2df5e3ef1",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d16bd998-7784-4983-8e89-b52ce33448e1",
"CreateDate": "2026-04-12T16:54:23.7790703-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-12T16:54:23.7790703-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "daae5ba2-08e3-42d7-9fdc-98912d2dada9",
"FieldId": "ab58c0ec-b242-469a-b88a-5a013fc4fa53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "daae5ba2-08e3-42d7-9fdc-98912d2dada9",
"FieldId": "ab58c0ec-b242-469a-b88a-5a013fc4fa53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "82e46ef2-a149-411a-b9c6-02f006a05f09",
"CreateDate": "2026-04-12T16:54:23.7790703-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-12T16:54:23.7790703-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"
}