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
}Elimina tu integración con el panel de atención 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 con la API key del proyecto de Jelou.
x-api-key: API_KEY
PROJECT_ID. No se envía cuerpo en la petición:
curl --request DELETE \
--url https://gateway.jelou.ai/jelouapi/v1/external-support/PROJECT_ID \
--header 'x-api-key: API_KEY'
| Código | Estado | Descripción |
|---|---|---|
| 200 | OK | Integración eliminada exitosamente. |
| 401 | Unauthorized | Credenciales de autenticación inválidas o faltantes. |
| 404 | Not Found | No existe una integración para el projectId indicado. |
| 500 | Internal Server Error | Error interno del 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 le ayudó?