Idempotency
Idempotency of GET and DELETE requests
Idempotency is a Web API design principle defined as the ability to apply the same operation multiple times without changing the result beyond the first try. The HopDrive API guarantees the idempotency of GET and DELETE requests, so it’s always safe to retry them.