Overview
useRemoveHost returns a callable that removes a user from an event’s hostIds. Host-only. Rejected with event/last-host (409) if the removal would leave the event with no hosts.
Usage Example
Parameters
The event ID.
The host to remove.
Returns
Returns aPromise<Event> — the Event with the new hostIds.

