Delete Agenda Integration
DELETE
/agendas/{companyId}/{agendaId}/integration
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE '/agendas/{{companyId}}/{{agendaId}}/integration' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"integrationTokenId": "{{integrationId}}",
"externalAgendaId": "{{externalAgendaId}}"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
agendaId
string
requerido
Exemplo:
{{agendaId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01