delete_keys_bulk
Soft-delete (move to TRASH) up to 500 keys by their key_uuid. Restorable via restore_keys_bulk. Idempotent: already-trashed keys are reported unchanged, unknown uuids not_found. Trashed keys disappear from list_keys, list_untranslated_keys, the CDN, and the reports. Get key_uuid from list_keys. NO hard-delete/purge over MCP (purge is human-only via the dashboard).
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
key_uuids | array | required | Key uuids to trash (get them from list_keys). |
Example
Section titled “Example”{ "tool": "delete_keys_bulk", "arguments": { "key_uuids": [] }}