Documentation > Access API > AssetUpdateRequest > fieldsToDelete

fieldsToDelete

Used to delete fields throught the AccessAPI. Populate this list with the field_name of the fields to be deleted. Deletion will occur on update.

Type

System.Collections.Generic.List<System.String>

Code Example

C#

Sample:
https://cms.crownpeak.com/[Your Instance]/cpt_webservice/accessapi/Asset/Update{ "assetId": "43172", "fieldsToDelete": ["Text_Box"] }

Connect with Crownpeak