cURL
curl --request POST \ --url https://api.jackson.scope3.com/tactic-unlink-campaign \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tacticId": "<string>", "campaignId": "<string>" }'
{ "success": true, "message": "<string>", "data": {} }
Unlink a campaign from a tactic.
Bearer token authentication using Scope3 API key
ID of the tactic
ID of the campaign to unlink
Successful tool execution
Whether the operation succeeded
Human-readable response message
Response data (varies by tool)