curl --request DELETE \
--url https://api.eu.bronto.io/search/status/{statusId} \
--header 'X-BRONTO-API-KEY: <api-key>'{
"code": 201,
"correlation_id": "<string>",
"message": "<string>"
}Cancel a currently in-progress query & stop related processing. A cancelled query will not count towards search usage.
curl --request DELETE \
--url https://api.eu.bronto.io/search/status/{statusId} \
--header 'X-BRONTO-API-KEY: <api-key>'{
"code": 201,
"correlation_id": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.bronto.io/llms.txt
Use this file to discover all available pages before exploring further.