A requisição deve ser feita ao endpoint https://eagenda.com.br/api/v3/appointments/{appointment_key}/ com o método -X DELETE, incluindo na URL o parâmetro 'send_email=true' se desejar notificar os participantes. Os cabeçalhos incluem 'accept: application/json' e 'Authorization: Bearer '. Exemplo: curl -X DELETE "https://eagenda.com.br/api/v3/appointments/19730681-29a0-4000-8ddf-025c8f2d1401/?send_email=true" -H "accept: application/json" -H "Authorization: Bearer ".