Exclui uma entrada
Exclui uma entrada gerenciada em tempo de execução por namespace e chave. Quando a autenticação está ativada, este endpoint exige a permissão de escrita do namespace (por exemplo, system_operational_registry:write). O sucesso retorna 204 No Content.
Autorizações
A bearer JWT issued by the platform's Access Manager (plugin-auth / lib-auth). Authorization is deny-all by default: the application must be configured with an authorizer, and when authentication is enabled it enforces per-namespace role-based access control on top of a valid, platform-scoped (non-tenant) identity. Machine callers obtain a token via the Access Manager client-credentials flow.
Parâmetros de caminho
The Systemplane namespace. Rails and plugins use runtime_config, tenant_policy, or operational_registry; some applications register a single application-named namespace instead.
"runtime_config"
The registered key within the namespace. Keys are flat, dot-delimited identifiers; a key may itself contain / segments.
"tenancy.ispb_organization_bindings"
Resposta
The entry was deleted.

