delete-field
Remove unwanted fields from a Parse class. Deletes the field and all its data, helping you maintain a clean database schema.
Instructions
Delete a field from a Parse class (WARNING: This will delete all data in that field!)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | The name of the class | |
| fieldName | Yes | The name of the field to delete |