hibob_cancel_position
Cancel an unfilled planned position to remove it from the workforce plan. Confirm the ID first; cancellation is irreversible and returns JSON confirmation or error.
Instructions
Cancel a planned position, removing it from the workforce plan.
HiBob refuses to cancel a position that is currently filled; check '/position/status' with hibob_search_positions first. Cancelling cannot be undone through this API, so confirm the position ID before calling.
Args: position_id: The position's ID.
Returns: str: JSON confirming the cancellation, or an error message beginning with "Error:".
Rate limit: 10 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position_id | Yes | ID of the position to cancel. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |