How to disable specific inputAxis and inputAction

Is it possible to disable a specific inputAction for a character?

For example, if I have an inputAction that is jump, and one that is attack.
Can I disable just the inputaction for jump?

Just create an enum with the different combinations of enable/ disable you want.

Use a enum selector and that should solve it .

Just create an enum with the different combinations of enable/ disable you want.

Use a enum selector and that should solve it .