Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Matcher
cURL
curl --request DELETE \ --url https://matcher.sandbox.lerian.net/v1/contexts/{contextId}/sources/{sourceId}/bindings/{bindingId} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "detail": "<string>", "errors": [ { "location": "<string>", "message": "<string>", "value": "<unknown>" } ], "instance": "<string>", "status": 123, "title": "<string>", "type": "about:blank" }
Removes a source binding by ID.
Bearer token authentication (format: "Bearer {token}")
Context ID
Source ID
Binding ID
No Content
Was this page helpful?