delete-object
Delete a specific object from a Parse class by providing its class name and unique object ID.
Instructions
Delete an object from a Parse class by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | The unique ID of the object to delete | |
| className | Yes | The name of the Parse class |