Logs
Crawler run record deletion
The Crawler Logs file lets you monitor and debug your crawler’s activity by recording detailed logs for each crawl run.
POST
This delete the existing crawler log record, not the actual crawler.
Required ACL:
settingsAuthorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Crawler ID. Universally unique identifier (UUID) of the crawler.
Example:
"e0f6db8a-24f5-4092-83a4-1b2c6cb6d809"
Body
application/json
Response
OK
Last modified on March 23, 2026