Guide
Idempotency
Unsafe writes should include an idempotency key so clients can safely retry requests after timeouts or network failures.
Header
Idempotency-Key: 9bb1742f-60e7-40d9-82a1-8d39a3c68f08
When to use it
Send an idempotency key on create, update, delete, restore, batch, and import-style operations. Generate a new value for each intended operation and reuse the same value only when retrying that operation.