Skip to content

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).

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
key_uuidsarrayrequiredKey uuids to trash (get them from list_keys).
{
"tool": "delete_keys_bulk",
"arguments": {
"key_uuids": []
}
}