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": "679f0760-d1dd-4ffa-80d4-df22dd6a4cc0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "87ed9972-4f3d-4337-8309-2b8adeb4d5f7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5303037c-93d5-488d-8232-d9d8eb5ce7cc",
"CreateDate": "2025-12-10T02:16:51.8607373-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T02:16:51.8607373-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8435ab9e-1e35-44af-9a7a-b64e36749a78",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fd2d1093-c7a6-4230-8364-d1431edb8bf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "95665d9d-e642-442b-ab01-ac5e811d8c55",
"CreateDate": "2025-12-10T02:16:51.8607373-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-10T02:16:51.8607373-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "cc29b84a-35e7-4086-a010-edcef8de0c45",
"FieldId": "e093cb3b-1d70-49b3-9f8e-7a57df078718",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "cc29b84a-35e7-4086-a010-edcef8de0c45",
"FieldId": "e093cb3b-1d70-49b3-9f8e-7a57df078718",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "64f0822e-28af-4ae5-a2c1-4b8c215b1d44",
"CreateDate": "2025-12-10T02:16:51.8607373-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-10T02:16:51.8607373-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"
}