Skip to main content
DELETE
/
http_loggers
/
{id}
/
data
Clear the data for a logger
curl --request DELETE \
  --url https://app.pentest-tools.com/api/v2/http_loggers/{id}/data \
  --header 'Authorization: Bearer <token>'
{
  "status": 401,
  "message": "No API key specified"
}

Documentation Index

Fetch the complete documentation index at: https://pentest-tools.com/docs/llms.txt

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

Authorizations

Authorization
string
header
required

Use the "API key" from the profile page as the token

Path Parameters

id
integer
required

id of the logger

Response

Deleted successfully