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": "ac822104-d48e-4332-831d-5b406f0a5e7e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a2861048-8aff-44fa-b203-960f7de80acd",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "415cf05b-a7f6-4cda-904f-d49ce2eb5c29",
"CreateDate": "2026-08-28T20:20:37.3447984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-28T20:20:37.3447984-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "4d89228a-5580-4411-ba6c-af299af1676b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b448cf15-ebef-4fa6-bcec-183d40306f7b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1579fd94-0608-4b69-a3e5-15f3fab8c763",
"CreateDate": "2026-08-28T20:20:37.3447984-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-28T20:20:37.3447984-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "df03ccf8-fc6b-4603-81e7-febafe17370a",
"FieldId": "4179e2d1-f676-4c50-b14a-49b9df81e67c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "df03ccf8-fc6b-4603-81e7-febafe17370a",
"FieldId": "4179e2d1-f676-4c50-b14a-49b9df81e67c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"SourceSystemId": "sample string 4",
"CompanyId": "070b94d5-990a-4f91-986f-860e92ebfcd7",
"CreateDate": "2026-08-28T20:20:37.3447984-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-28T20:20:37.3447984-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"
}