DELETE PropertyTypes
Deletes the given property type, including all properties of that type.
Request Information
URI Parameters
None.
Body Parameters
Property type to delete
PropertyTypeName | 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": "1a8fabb5-7681-4513-88a3-d14a33a0abf9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "aa3c7f5c-dccd-47c0-8d7b-a2887b7cc92b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "93af4e55-d1d0-4d17-ba3e-4d457ff5b12c", "CreateDate": "2025-08-23T22:42:41.4884065-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:41.4884065-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "27b8c41f-d069-4540-9435-6aa1330c066a", "Name": "sample string 1" }, "Unit": { "UnitId": "b2a9446a-0589-49c2-afaa-8f374332741c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "b74ee23d-dbb2-4d51-a644-5270ca63981c", "CreateDate": "2025-08-23T22:42:41.4884065-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:42:41.4884065-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "e922eb37-4c6b-4c23-8b33-8d35720406c1", "FieldId": "368ed4c0-d091-4c46-8576-80c0313ef0e7", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "e922eb37-4c6b-4c23-8b33-8d35720406c1", "FieldId": "368ed4c0-d091-4c46-8576-80c0313ef0e7", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "54b63c24-5cc1-4d2a-b873-1ab27e8ad0cf", "CreateDate": "2025-08-23T22:42:41.4884065-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:42:41.4884065-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" }