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

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

id of report

Response

Deleted successfully