awx.awx module - disassociate host from group?

I want to automatically remove a host from an inventory group in AWX in a worfklow template. It seems like neither the awx.awx.host not the awx.awx.group module allow me to do that - using the group module it will delete the whole group when using state: absenteven if i specify the hostname.
It seems like this is also not possible with the awx cli.

Am I missing something? Or is this feature just nonexistent?
Are there ideas for any workarounds?

Thanks in advance :slight_smile: