Skip to content

Commit 6863967

Browse files
committed
Specifying that the REST APIs support bulk actions.
1 parent c1a8394 commit 6863967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/kv/api/delete-key-value-pairs.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To delete a key-value pair, call the `delete()` method of the [KV binding](/kv/c
1414
env.NAMESPACE.delete(key);
1515
```
1616

17-
#### Example
17+
#### Example
1818

1919
An example of deleting a key-value pair from within a Worker:
2020

@@ -68,9 +68,9 @@ Calling the `delete()` method will remove the key and value from your KV namespa
6868

6969
### Delete data in bulk
7070

71-
Delete more than one key-value pair at a time with Wrangler or [via the API](/api/operations/workers-kv-namespace-delete-multiple-key-value-pairs).
71+
Delete more than one key-value pair at a time with Wrangler or [via the REST API](/api/operations/workers-kv-namespace-delete-multiple-key-value-pairs).
7272

73-
The bulk API can accept up to 10,000 KV pairs at once. Bulk writes are not supported using the [KV binding](/kv/concepts/kv-bindings/).
73+
The bulk REST API can accept up to 10,000 KV pairs at once. Bulk writes are not supported using the [KV binding](/kv/concepts/kv-bindings/).
7474

7575
## Other methods to access KV
76-
You can also [delete key-value pairs from the command line with Wrangler](/kv/reference/kv-commands/#delete) or [with the API](/api/operations/workers-kv-namespace-delete-key-value-pair).
76+
You can also [delete key-value pairs from the command line with Wrangler](/kv/reference/kv-commands/#delete) or [with the REST API](/api/operations/workers-kv-namespace-delete-key-value-pair).

0 commit comments

Comments
 (0)