How can I delete incidents via API using elevated roles like admin or security_admin?
Hi everyone,I'm currently integrating with the ServiceNow REST API to manage incidents using the Table API endpoint (`/api/now/table/incident`). I can successfully create incidents using the `aes.creator` user on our developer instance (`https://dev....
