Actions45
- Evento Actions
- Criar Evento De Acesso Concedido
- Criar Evento De Aguardando Pagamento
- Criar Evento De Boleto Impresso
- Criar Evento De Carrinho Abandonado
- Criar Evento De Nota Nps
- Criar Evento De Pacote Aguardando Retirada
- Criar Evento De Pacote Saiu Para Entrega
- Criar Evento De Pedido Cancelado
- Criar Evento De Pedido Despachado
- Criar Evento De Pedido Entregue
- Criar Evento De Pedido Estornado
- Criar Evento De Pedido Pago
- Criar Evento De Pedido Processando
- Criar Evento De Pesquisa Nps
- Criar Evento De Progresso De Envio
- Criar Evento De Redefinicao De Senha
- Gerenciamento Da Conta Actions
- Grupo De Variável Customizada Actions
- Integração Actions
- Lead Actions
- Lista De Lead Actions
- Variável Customizada Actions
Overview
The node operation "Apagar Grupo" (Delete Group) under the resource "Grupo De Variável Customizada" (Custom Variable Group) is designed to delete a specific group of custom variables by its unique identifier. This operation is useful when you want to remove an entire group of variables that are no longer needed, helping to keep your variable management clean and organized.
Practical examples include:
- Cleaning up obsolete or deprecated groups of variables in an automation workflow.
- Managing environment-specific variable groups by deleting those not relevant to the current context.
- Automating the removal of temporary variable groups created during testing phases.
Properties
| Name | Meaning |
|---|---|
| ID Do Grupo | The unique identifier of the variable group to be deleted. This must be provided as a string. |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this would include confirmation of deletion or any error messages if the deletion failed. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential or authentication token to authorize the deletion request.
- Depends on the external service or API managing the custom variable groups.
- Proper configuration of the API endpoint and credentials within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Providing an invalid or non-existent group ID will likely cause the operation to fail.
- Missing or incorrect API authentication can lead to authorization errors.
- Network connectivity problems may prevent the node from reaching the external service.
Error messages and resolutions:
- "Group not found": Verify that the provided group ID is correct and exists.
- "Unauthorized" or "Authentication failed": Check that the API key or authentication token is correctly configured and valid.
- Timeout or network errors: Ensure stable internet connection and that the external API endpoint is reachable.
Links and References
- Refer to the external API documentation managing custom variable groups for detailed information on the delete operation.
- Consult n8n's official documentation on setting up API credentials and handling HTTP requests for further guidance.