hibob_delete_position_opening
Permanently delete a position opening in HiBob by providing the parent position ID and opening ID. Removes the vacancy record and returns a JSON confirmation or error.
Instructions
Permanently remove an opening from a position.
This deletes the vacancy record in HiBob and cannot be undone through this API. Confirm the opening ID with hibob_search_position_openings before calling.
Args: position_id: Parent position ID. opening_id: The opening's ID.
Returns: str: JSON confirming the deletion, or an error message beginning with "Error:".
Rate limit: 10 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opening_id | Yes | ID of the opening to delete. | |
| position_id | Yes | Parent position ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |