remove-relation
Remove target objects from a relation field in a Parse object. Specify source class, object ID, relation field, and target IDs to update the relation.
Instructions
Remove objects from a relation field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectId | Yes | The source object's ID | |
| className | Yes | The source class name | |
| targetIds | Yes | Array of target object IDs to remove from the relation | |
| relationField | Yes | The name of the relation field | |
| targetClassName | Yes | The target class name |