Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicRequired Scopes
This endpoint requires theINTEGRATION_API scope.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
integrationId | string | Yes | UUID of the integration |
triggerId | string | Yes | UUID of the trigger to delete |
Example
Response Format
Success Response (200 OK)
Error Handling
| Status Code | Description |
|---|---|
| 400 | Invalid integration or trigger ID format |
| 401 | Invalid or missing API key |
| 403 | No access to this integration |
| 404 | Integration or trigger not found |
| 429 | Rate limit exceeded |
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.