The ID of the task from which the guest will be removed. This can be the standard task ID or a custom task ID if `custom_task_ids` is set to `true`.
team_idstring
The ID of the team. This is required only when `custom_task_ids` is set to `true` and you are using a custom task ID. For example: `custom_task_ids=true&team_id=123`.
guest_idstring
Required
The numeric ID of the guest to be removed from the task.
include_sharedboolean
Determines whether to include details of items shared with the guest. Set to `false` to exclude these details. Defaults to `true`.
custom_task_idsboolean
Set to `true` if you are using a custom task ID for the `task_id` parameter. If `true`, `team_id` must also be provided.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not