delete_test_campaign

Delete a Tests campaign.

Delete a Tests campaign.

Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.

Parameters

FieldTypeRequiredDescription
acknowledgebooleanYesMust be true to confirm
test_campaign_idnumberYesTests campaign id

Example arguments

Illustrative arguments an agent supplies when calling this tool:

{
  "test_campaign_id": 0,
  "acknowledge": false
}

Description

HARD DELETE (no trash) per platform semantics. Refuses without acknowledge=true.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on