Remove a Hook

{
  "q": "hook-remove",
  "p": ["id1", "id2"]
}

Removes all hooks with the ids specified. The hook is removed if a hook with the specified id is present. If no hook is found with any of the specified id’s the operation is a no-op.

The id of each hook can be got by using the hook-list command.

Response Structure

{
  "ack": "1"
}