delete_target
Remove a specified target using its unique ID with this tool from the intruder-mcp server. Simplifies target management and cleanup.
Instructions
Delete a target.
Args:
target_id: The ID of the target to delete
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"target_id": {
"title": "Target Id",
"type": "string"
}
},
"required": [
"target_id"
],
"title": "delete_targetArguments",
"type": "object"
}