Delete Integration
Integration
Delete integration
Delete your external support panel integration
DELETE
Delete Integration
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.
Description
Deletes the integration between Jelou and your external support panel for the specified project. Once deleted, Jelou will stop sending events to the configured webhook.Endpoint
Path parameters
Unique identifier of the Jelou project whose integration you want to delete.
Authentication
All requests must include thex-api-key header with your Jelou project API key.
Request example
The following example deletes the integration for projectPROJECT_ID. No request body is sent:
cURL
Responses
| Code | Status | Description |
|---|---|---|
| 200 | OK | Integration deleted successfully. |
| 401 | Unauthorized | Invalid or missing authentication credentials. |
| 404 | Not Found | No integration exists for the specified projectId. |
| 500 | Internal Server Error | Internal server error. |
Response example
Authorizations
Basic authentication using Base64 encoded clientId:clientSecret
Path Parameters
Unique identifier of the Jelou project