cURL
curl --request DELETE \ --url https://yourdomain.com/delete_target \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "address": "<string>", "campaign": "<string>" } '
"<string>"
Remove target from a campaign
Documentation IndexFetch the complete documentation index at: https://docs.specterops.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
Use this file to discover all available pages before exploring further.
Admin cookie authentication (configurable in config.json)
Target email address
Campaign to remove target from
Target deleted successfully
The response is of type string.
string