MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
Clear Workflow Version SamplesCreate WorkflowGet WorkflowList Workflow Version Samples
API ReferenceWorkflows

Clear Workflow Version Samples

DELETE
/v1/agents/{agent_id}/workflow/versions/{version_id}/samples

Erase every captured sample for one version.

Captured payloads can carry user data even after redaction removes the secret-named fields, so an owner needs a way to remove them that is not "delete the agent". Idempotent: clearing a version that holds nothing is a 204, not a 404.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_id*Agent Id
Formatuuid
version_id*Version Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflow/versions/497f6eca-6276-4993-bfeb-53cbbbba6f08/samples"
Empty
{  "detail": "string",  "code": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Workflows

Endpoints in the Workflows group.

Create Workflow

Next Page