Here is the query to disable all triggers in a particular table:
alter table plan_items DISABLE TRIGGER ALL
But I'm getting access issues while executing the query. How do we execute the same query passing for a particular database user? I want to delete triggers that are only part of the mentioned database user.