Delete External Event
DELETE
/integrations/external-calendar/{companyId}/{agendaId}/{appointmentId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE '/integrations/external-calendar/{{companyId}}/{{agendaId}}/{{appointmentId}}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
appointmentId
string
requerido
Exemplo:
{{appointmentId}}
Respostas
Modificado em 2025-04-24 20:06:01