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": "eb0fb6b2-1516-4250-9f5d-fc651ef8317e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "47e0b3c2-eedf-4595-a88c-63c4a46cb797",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "63a4a05f-be09-4ea3-9af4-6b3ed61848e1",
"CreateDate": "2025-11-01T07:06:22.6197375-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-01T07:06:22.6197375-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "fb4bdb59-08e8-444f-bd56-9d052633121a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e6653336-9a86-4588-9343-7464be9d0c18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "49133502-815f-47d5-abaa-38fde742f645",
"CreateDate": "2025-11-01T07:06:22.6197375-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-01T07:06:22.6197375-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "75d2d2d7-96af-465a-96ef-9814f772ba71",
"FieldId": "5902cd7e-090d-4681-a548-f532d2711f92",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "75d2d2d7-96af-465a-96ef-9814f772ba71",
"FieldId": "5902cd7e-090d-4681-a548-f532d2711f92",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "ca3082d3-f339-4bcd-89d1-ab88f6995568",
"CreateDate": "2025-11-01T07:06:22.6197375-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-01T07:06:22.6197375-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"
}