cURL
curl --request POST \ --url https://suasofia.online/api/user/assistants/disable-conversation-ended-webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "assistant_id": 123 } '
{ "message": "Webhook de conversa finalizada desativado com sucesso", "data": [] }
Desativar notificações de webhook de conversa finalizada para um assistente
Show Resposta de Erro