ruddur_remove_heading_collaborator
Remove a collaborator from a heading by providing the heading ID and collaborator ID. Requires content.manage scope and explicit user confirmation.
Instructions
Remove a Heading collaborator. Requires scope: content.manage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body for POST, PUT, or PATCH operations. You may pass natural Ruddur fields directly at the top level instead of wrapping them in body; the server will infer the body. For normal waypoint payloads, omit assessmentConfig. Use assessmentConfig only for assessment-style waypoints. | |
| query | No | Optional query parameters. | |
| confirm | Yes | Must be true after the user has explicitly confirmed this sensitive action. | |
| pathParams | Yes | Path parameters: id, collaboratorId. |