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 is designed to delete an existing integration by its ID. This operation is useful when you want to remove integrations that are no longer needed or valid, helping to keep your system clean and up-to-date. For example, if an integration was set up for a temporary project or a deprecated service, this node can be used to programmatically delete it.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the existing integration to be deleted. This is a required string input. |
Output
The output JSON structure is not explicitly detailed in the provided source code. However, typically for a deletion operation, the output might include confirmation of successful deletion or details about the deleted integration. There is no indication that binary data is involved.
Dependencies
No external services, API keys, or environment variables are explicitly mentioned in the provided source code snippet. The node likely depends on internal APIs or services to perform the deletion, but these are not visible from the static analysis.
Troubleshooting
- Common issues:
- Providing an invalid or non-existent integration ID may result in failure to delete.
- Missing or incorrect authentication (not shown in the code) could prevent the operation.
- Error messages:
- Errors related to "integration not found" would indicate the ID does not correspond to any existing integration.
- Authentication errors would require checking API credentials or tokens.
Links and References
No external links or references are provided in the source code. For more information, consult the documentation of the platform or API managing integrations.