Definition
An operation that produces the same result regardless of how many times it is executed. HTTP PUT and DELETE should be idempotent; POST is typically not.
Example Usage
"The payment webhook handler is idempotent — if the same event is delivered twice, it processes the payment only once."