Skip to main content
DELETE
/
delete
Delete logs
curl --request DELETE \
  --url https://logging.monolisk.co/delete \
  --header 'Authorization: Bearer <token>'
"Missing jobId"

Documentation Index

Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Query Parameters

jobId
string
required

The job ID to delete logs for

Example:

"job-123"

Response

Logs deleted successfully