diff --git a/src/content/docs/r2/api/workers/workers-api-reference.mdx b/src/content/docs/r2/api/workers/workers-api-reference.mdx
index 104f2c27919019..ce0539010e6bd5 100644
--- a/src/content/docs/r2/api/workers/workers-api-reference.mdx
+++ b/src/content/docs/r2/api/workers/workers-api-reference.mdx
@@ -87,6 +87,7 @@ export default {
- Deletes the given values and metadata under the associated keys. Once the delete succeeds, returns void.
- R2 deletes are strongly consistent. Once the Promise resolves, all subsequent read operations will no longer see the provided key value pairs globally.
+ - Up to 1000 keys may be deleted per call.
- `list`