## Delete a variation `$ cadenya agent-variations delete` **delete** `/v1/agents/{agentId}/variations/{id}` Deletes a variation from an agent ### Parameters - `--agent-id: string` Agent ID (from path) - `--id: string` Variation ID ### Example ```cli cadenya agent-variations delete \ --api-key 'My API Key' \ --agent-id agentId \ --id id ```