curl --request DELETE \
--url https://gateway.jelou.ai/jelouapi/v1/external-support/{projectId} \
--header 'Authorization: Basic <encoded-value>'{
"message": [
"Integration deleted successfully."
],
"statusMessage": "success",
"status": 1
}Exclui sua integração com o painel de atendimento externo
curl --request DELETE \
--url https://gateway.jelou.ai/jelouapi/v1/external-support/{projectId} \
--header 'Authorization: Basic <encoded-value>'{
"message": [
"Integration deleted successfully."
],
"statusMessage": "success",
"status": 1
}Documentation Index
Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://gateway.jelou.ai/jelouapi/v1/external-support/{projectId}
x-api-key com a API key do projeto Jelou.
x-api-key: API_KEY
PROJECT_ID. Nenhum corpo é enviado na requisição:
curl --request DELETE \
--url https://gateway.jelou.ai/jelouapi/v1/external-support/PROJECT_ID \
--header 'x-api-key: API_KEY'
| Código | Status | Descrição |
|---|---|---|
| 200 | OK | Integração excluída com sucesso. |
| 401 | Unauthorized | Credenciais de autenticação inválidas ou ausentes. |
| 404 | Not Found | Não existe uma integração para o projectId indicado. |
| 500 | Internal Server Error | Erro interno do servidor. |
{
"message": [
"Integration deleted successfully"
],
"statusMessage": "success",
"status": 1
}
Basic authentication using Base64 encoded clientId:clientSecret
Unique identifier of the Jelou project
Esta página foi útil?