cURL
curl --request DELETE \ --url https://logging.monolisk.co/delete \ --header 'Authorization: Bearer <token>'
"Missing jobId"
Delete all logs and chunks for a specific job ID
Authorization header with Bearer token
The job ID to delete logs for
"job-123"
Logs deleted successfully