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).
Paramètres
Section intitulée « Paramètres »| Nom | Type | Description | |
|---|---|---|---|
project_uuid | string | optionnel | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
key_uuids | array | requis | Key uuids to trash (get them from list_keys). |
{ "tool": "delete_keys_bulk", "arguments": { "key_uuids": [] }}