delete-class
Delete an entire class from Parse Platform, removing all associated objects. Simplify database cleanup by purging a class and its data in one action.
Instructions
Delete an entire Parse class (WARNING: This will delete all objects in the class!)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| className | Yes | The name of the class to delete |