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": "18eac1bd-0b6d-494e-8695-48d7e2a07f78", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "37f049a8-09ec-475c-86e7-5bf31019f1e7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "7d9ba7b9-bd57-4dbc-bfc7-68c86230221a", "CreateDate": "2025-10-10T14:57:11.4755934-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.4755934-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "9d959959-aaa3-4778-a2ba-dda648a4bf1c", "Name": "sample string 1" }, "Unit": { "UnitId": "c255519f-120b-4e1b-9f24-e88ae10fc524", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f38f8172-cb1a-4d93-8902-05e32e9d2b03", "CreateDate": "2025-10-10T14:57:11.4755934-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:57:11.4755934-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "649be780-4695-4213-a3c6-d187018bb85a", "FieldId": "52bbe887-d5a7-40de-8263-0c23c787297c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "649be780-4695-4213-a3c6-d187018bb85a", "FieldId": "52bbe887-d5a7-40de-8263-0c23c787297c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "eed0bb97-f811-44e7-afcc-a21259e3f4ef", "CreateDate": "2025-10-10T14:57:11.4755934-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.4755934-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" }