Skip to main content
DELETE
/
wordlists
/
{id}
Delete a wordlist
curl --request DELETE \
  --url https://app.pentest-tools.com/api/v2/wordlists/{id} \
  --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 wordlist to get

Response

OK