Skip to content

DeleteCustomObjectTypeFieldsRequest

Type: object

Properties

Property Type Required Description Constraints
input array Yes List of fields to delete from the custom object type

Generated example

{
  "input": [
    {
      "name": "Example name"
    }
  ]
}

Referenced models

Source

Generated from swagger-mapi.json.