Interface EventSubscriptionService.RemoveResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    EventSubscriptionService

    public static interface EventSubscriptionService.RemoveResponse
    extends Response
    Removes the event-subscription from the system. For example to remove user 123's subscription to `vm_console_detected` event: .... DELETE /ovirt-engine/api/users/123/vm_console_detected ....