Permanently removes the conversation configuration identified by id. The successful response returns no content.This is a destructive operation: once removed, the phase stops starting WhatsApp conversations, even if the finalized-auto-document trigger with the start-conversation action remains active — a trigger without a matching conversation configuration on the same phase has no effect.This endpoint is also the official mechanism for updating an existing configuration: since there is no dedicated update endpoint (PUT) for conversation-config, updating a configuration means removing it here and then creating a new one via POST /v1/flows/{flowId}/phases/{phaseId}/conversation-config with the updated payload. The id to be removed can be obtained either from a lookup (GET) or from the body of the error returned by a creation attempt on a phase that already has a configuration.
Requisição
Parâmetros de Caminho
Respostas
🟢204Conversation configuration deleted
The conversation configuration was removed successfully. The response has no body.