Idempotency
Idempotence is the property of certain operations in mathematics and computer science whereby they can be applied multiple times without changing the result beyond the initial application.

In REST APIs, methods like PUT and DELETE are considered idempotent because calling them once or multiple times has the same effect on the server state.