delete_assignment
Remove an assignment group and all associated time slots by providing the activity ID and group ID.
Instructions
Delete an assignment group and all its time slots.
Removes the recursive group and every slot that references it. Use get_activity first to find the group ID.
Args: id_activity: Activity ID delete_recursive_group_slot: Group ID to delete
Returns: JSON string — server confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_activity | Yes | ||
| delete_recursive_group_slot | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |